public interface org.springframework.boot.web.reactive.error.ErrorAttributes
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.web.reactive.error.ErrorAttributes
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tThe import org.springframework.web cannot be resolved\n\tServerRequest cannot be resolved to a type\n\tServerRequest cannot be resolved to a type\n\tServerRequest cannot be resolved to a type\n\tServerWebExchange cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Map<java.lang.String, java.lang.Object> getErrorAttributes(ServerRequest, boolean);
    descriptor: (LServerRequest;Z)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.reactive.error.ErrorAttributes this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.ErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/ErrorAttributes;
    Signature: (LServerRequest;Z)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                   Name  Flags
      request            
      includeStackTrace  

  public java.util.Map<java.lang.String, java.lang.Object> getErrorAttributes(ServerRequest, org.springframework.boot.web.error.ErrorAttributeOptions);
    descriptor: (LServerRequest;Lorg/springframework/boot/web/error/ErrorAttributeOptions;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.reactive.error.ErrorAttributes this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.ErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/ErrorAttributes;
    Signature: (LServerRequest;Lorg/springframework/boot/web/error/ErrorAttributeOptions;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
         Name  Flags
      request  
      options  

  public abstract java.lang.Throwable getError(ServerRequest);
    descriptor: (LServerRequest;)Ljava/lang/Throwable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      request  

  public abstract void storeErrorInformation(java.lang.Throwable, ServerWebExchange);
    descriptor: (Ljava/lang/Throwable;LServerWebExchange;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      error     
      exchange  
}
SourceFile: "ErrorAttributes.java"