public Long getCode()

in src/main/java/org/jetbrains/nativecerts/mac/CoreFoundationExt.java [143:146]


        public Long getCode() {
            CoreFoundation.CFIndex errorCode = INSTANCE.CFErrorGetCode(this);
            return errorCode.longValue();
        }