class org.graalvm.polyglot.nativeapi.PolyglotNativeAPIError extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.polyglot.nativeapi.PolyglotNativeAPIError
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4984829371239646821

  private org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotStatus code;
    descriptor: Lorg/graalvm/polyglot/nativeapi/types/PolyglotNativeAPITypes$PolyglotStatus;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotStatus, java.lang.String);
    descriptor: (Lorg/graalvm/polyglot/nativeapi/types/PolyglotNativeAPITypes$PolyglotStatus;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.polyglot.nativeapi.PolyglotNativeAPIError this
        start local 1 // org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotStatus code
        start local 2 // java.lang.String message
         0: .line 36
            aload 0 /* this */
            aload 2 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 37
            aload 0 /* this */
            aload 1 /* code */
            putfield org.graalvm.polyglot.nativeapi.PolyglotNativeAPIError.code:Lorg/graalvm/polyglot/nativeapi/types/PolyglotNativeAPITypes$PolyglotStatus;
         2: .line 38
            return
        end local 2 // java.lang.String message
        end local 1 // org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotStatus code
        end local 0 // org.graalvm.polyglot.nativeapi.PolyglotNativeAPIError this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/graalvm/polyglot/nativeapi/PolyglotNativeAPIError;
            0    3     1     code  Lorg/graalvm/polyglot/nativeapi/types/PolyglotNativeAPITypes$PolyglotStatus;
            0    3     2  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      code     
      message  

  org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotStatus getCode();
    descriptor: ()Lorg/graalvm/polyglot/nativeapi/types/PolyglotNativeAPITypes$PolyglotStatus;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.polyglot.nativeapi.PolyglotNativeAPIError this
         0: .line 41
            aload 0 /* this */
            getfield org.graalvm.polyglot.nativeapi.PolyglotNativeAPIError.code:Lorg/graalvm/polyglot/nativeapi/types/PolyglotNativeAPITypes$PolyglotStatus;
            areturn
        end local 0 // org.graalvm.polyglot.nativeapi.PolyglotNativeAPIError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/polyglot/nativeapi/PolyglotNativeAPIError;
}
SourceFile: "PolyglotNativeAPIError.java"
InnerClasses:
  public final PolyglotStatus = org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotStatus of org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes