Uses of Class
org.jetbrains.nativecerts.mac.CoreFoundationExt.CFErrorRef
Packages that use CoreFoundationExt.CFErrorRef
-
Uses of CoreFoundationExt.CFErrorRef in org.jetbrains.nativecerts.mac
Methods in org.jetbrains.nativecerts.mac that return CoreFoundationExt.CFErrorRefMethods in org.jetbrains.nativecerts.mac with parameters of type CoreFoundationExt.CFErrorRefModifier and TypeMethodDescriptioncom.sun.jna.platform.mac.CoreFoundation.CFStringRefCoreFoundationExt.CFErrorCopyDescription(CoreFoundationExt.CFErrorRef err) Returns a human-presentable description for a given error.com.sun.jna.platform.mac.CoreFoundation.CFIndexCoreFoundationExt.CFErrorGetCode(CoreFoundationExt.CFErrorRef err) Returns the error code for a given CFError.com.sun.jna.platform.mac.CoreFoundation.CFStringRefCoreFoundationExt.CFErrorGetDomain(CoreFoundationExt.CFErrorRef error) Returns the error domain for a given CFError.Constructors in org.jetbrains.nativecerts.mac with parameters of type CoreFoundationExt.CFErrorRef