public interface org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotExtendedErrorInfo extends org.graalvm.word.PointerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotExtendedErrorInfo
  super_class: java.lang.Object
{
  public abstract void setErrorCode(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CField(value = "error_code")
    MethodParameters:
           Name  Flags
      errorCode  

  public abstract void setErrorMessage(org.graalvm.nativeimage.c.type.CCharPointer);
    descriptor: (Lorg/graalvm/nativeimage/c/type/CCharPointer;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CField(value = "error_message")
    MethodParameters:
              Name  Flags
      errorMessage  
}
SourceFile: "PolyglotNativeAPITypes.java"
NestHost: org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes
InnerClasses:
  public abstract PolyglotExtendedErrorInfo = org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes$PolyglotExtendedErrorInfo of org.graalvm.polyglot.nativeapi.types.PolyglotNativeAPITypes
    RuntimeVisibleAnnotations: 
      org.graalvm.nativeimage.c.struct.CStruct(value = "poly_extended_error_info")