public class com.microsoft.azure.management.resources.ErrorResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.resources.ErrorResponse
  super_class: java.lang.Object
{
  private java.lang.String code;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "code", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String message;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "message", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String target;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "target", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.resources.ErrorResponse> details;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/resources/ErrorResponse;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "details", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.util.List<com.microsoft.azure.management.resources.ErrorAdditionalInfo> additionalInfo;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/resources/ErrorAdditionalInfo;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "additionalInfo", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.ErrorResponse this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.ErrorResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ErrorResponse;

  public java.lang.String code();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.ErrorResponse this
         0: .line 57
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.ErrorResponse.code:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.ErrorResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ErrorResponse;

  public java.lang.String message();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.ErrorResponse this
         0: .line 66
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.ErrorResponse.message:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.ErrorResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ErrorResponse;

  public java.lang.String target();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.ErrorResponse this
         0: .line 75
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.ErrorResponse.target:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.resources.ErrorResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ErrorResponse;

  public java.util.List<com.microsoft.azure.management.resources.ErrorResponse> details();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.ErrorResponse this
         0: .line 84
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.ErrorResponse.details:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.resources.ErrorResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ErrorResponse;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/resources/ErrorResponse;>;

  public java.util.List<com.microsoft.azure.management.resources.ErrorAdditionalInfo> additionalInfo();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.ErrorResponse this
         0: .line 93
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.ErrorResponse.additionalInfo:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.resources.ErrorResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/ErrorResponse;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/resources/ErrorAdditionalInfo;>;
}
SourceFile: "ErrorResponse.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty