Class CoreFoundationExt.CFErrorRef

java.lang.Object
com.sun.jna.PointerType
com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
org.jetbrains.nativecerts.mac.CoreFoundationExt.CFErrorRef
All Implemented Interfaces:
com.sun.jna.NativeMapped
Enclosing interface:
CoreFoundationExt

public static class CoreFoundationExt.CFErrorRef extends com.sun.jna.platform.mac.CoreFoundation.CFTypeRef
A CFError object encapsulates more rich and extensible error information than is possible using only an error code or error string.
See Also:
  • Constructor Details

    • CFErrorRef

      public CFErrorRef()
    • CFErrorRef

      public CFErrorRef(com.sun.jna.Pointer p)
  • Method Details

    • getDomain

      @NotNull public @NotNull String getDomain()
    • getDescription

      @NotNull public @NotNull String getDescription()
    • getCode

      @NotNull public @NotNull Long getCode()
    • toError

      @NotNull public @NotNull CoreFoundationExt.Error toError()