Look up Apple API errors quickly!
Platform
|
Framework
|
Error Name | Error Code | Description |
---|---|---|---|---|
Kernel
SecBasePrivate.h |
errSecACLNotSimple |
-25240 | The specified access control list is not in standard (simple) form. | |
Kernel
SecBasePrivate.h |
errSecBufferTooSmall |
-25301 | There is not enough memory available to use the specified item. | |
Kernel
SecBasePrivate.h |
errSecCreateChainFailed |
-25318 | One or more certificates required to validate this certificate cannot be found. | |
Kernel
SecBasePrivate.h |
errSecDataNotAvailable |
-25316 | The contents of this item cannot be retrieved. | |
Kernel
SecBasePrivate.h |
errSecDataNotModifiable |
-25317 | The contents of this item cannot be modified. | |
Kernel
SecBasePrivate.h |
errSecDataTooLarge |
-25302 | This item contains information which is too large or in a format that cannot be displayed. | |
Kernel
SecBasePrivate.h |
errSecDuplicateCallback |
-25297 | The specified callback function is already installed. | |
Kernel
SecBasePrivate.h |
errSecDuplicateKeychain |
-25296 | A keychain with the same name already exists. | |
Kernel
SecBasePrivate.h |
errSecInteractionRequired |
-25315 | User interaction is required, but is currently not allowed. | |
Kernel
SecBasePrivate.h |
errSecInternal |
-26276 | An internal error occured in the Security framework. | |
Kernel
SecBasePrivate.h |
errSecInvalidCallback |
-25298 | The specified callback function is not valid. | |
Kernel
SecBasePrivate.h |
errSecInvalidCertificate |
-26275 | Was -26265, is now errSecDecode. This certificate could not be decoded. | |
Kernel
SecBasePrivate.h |
errSecInvalidItemRef |
-25304 | The specified item is no longer valid. It may have been deleted from the keychain. | |
Kernel
SecBasePrivate.h |
errSecInvalidKey |
-26275 | Was -26274, is now errSecDecode. The provided key material was not valid. | |
Kernel
SecBasePrivate.h |
errSecInvalidKeychain |
-25295 | The specified keychain is not a valid keychain file. | |
Kernel
SecBasePrivate.h |
errSecInvalidOwnerEdit |
-25244 | Invalid attempt to change the owner of this item. | |
Kernel
SecBasePrivate.h |
errSecInvalidPasswordRef |
-25261 | The password reference was invalid. | |
Kernel
SecBasePrivate.h |
errSecInvalidPrefsDomain |
-25319 | The specified preferences domain is not valid. | |
Kernel
SecBasePrivate.h |
errSecInvalidSearchRef |
-25305 | Unable to search the current keychain. | |
Kernel
SecBasePrivate.h |
errSecInvalidTrustSetting |
-25242 | The specified trust setting is invalid. | |
Kernel
SecBasePrivate.h |
errSecInvalidTrustSettings |
-25262 | The Trust Settings record was corrupted. | |
Kernel
SecBasePrivate.h |
errSecItemClassMissing |
-50 | Was -34003, is now errSecParam. No kSecItemClass key was specified in a dictionary. | |
Kernel
SecBasePrivate.h |
errSecItemIllegalQuery |
-50 | Was -34016, is now errSecParam. The caller passed in a query which contained too many keys. | |
Kernel
SecBasePrivate.h |
errSecItemInvalidKey |
-50 | Was -34000, is now errSecParam. A string key in dictionary is not one of the supported keys. | |
Kernel
SecBasePrivate.h |
errSecItemInvalidKeyType |
-50 | Was -34001, is now errSecParam. A key in a dictionary is neither a CFStringRef nor a CFNumberRef. | |
Kernel
SecBasePrivate.h |
errSecItemInvalidValue |
-50 | Was -34002, is now errSecParam. A value in a dictionary is an invalid (or unsupported) CF type. | |
Kernel
SecBasePrivate.h |
errSecItemMatchUnsupported |
-50 | Was -34004, is now errSecParam. The caller passed one or more kSecMatch keys to a function which does not support matches. | |
Kernel
SecBasePrivate.h |
errSecKeyIsSensitive |
-25258 | Key material must be wrapped for export. | |
Kernel
SecBasePrivate.h |
errSecKeySizeNotAllowed |
-50 | Was -25311, is now errSecParam. This item specifies a key size which is too large. | |
Kernel
SecBasePrivate.h |
errSecMatchLimitUnsupported |
-50 | Was -34015, is now errSecParam. The caller passed in a kSecMatchLimit key to a call which does not support limits. | |
Kernel
SecBasePrivate.h |
errSecMissingEntitlement |
-34018 | Internal error when a required entitlement isn't present. | |
Kernel
SecBasePrivate.h |
errSecMPSignatureInvalid |
-25327 | Signature invalid on MP message | |
Kernel
SecBasePrivate.h |
errSecMultiplePrivKeys |
-25259 | An attempt was made to import multiple private keys. | |
Kernel
SecBasePrivate.h |
errSecNoAccessForItem |
-25243 | The specified item has no access control. | |
Kernel
SecBasePrivate.h |
errSecNoCertificateModule |
-25313 | A required component (certificate module) could not be loaded. You may need to restart your computer. | |
Kernel
SecBasePrivate.h |
errSecNoDefaultKeychain |
-25307 | A default keychain could not be found. | |
Kernel
SecBasePrivate.h |
errSecNoPolicyModule |
-25314 | A required component (policy module) could not be loaded. You may need to restart your computer. | |
Kernel
SecBasePrivate.h |
errSecNoStorageModule |
-25312 | A required component (data storage module) could not be loaded. You may need to restart your computer. | |
Kernel
SecBasePrivate.h |
errSecNoSuchAttr |
-50 | Was -25303, is now errSecParam. The specified attribute does not exist. | |
Kernel
SecBasePrivate.h |
errSecNoSuchClass |
-50 | Was -25306, is now errSecParam. The specified item does not appear to be a valid keychain item. | |
Kernel
SecBasePrivate.h |
errSecNoSuchKeychain |
-25294 | The specified keychain could not be found. | |
Kernel
SecBasePrivate.h |
errSecNoTrustSettings |
-25263 | No Trust Settings were found. | |
Kernel
SecBasePrivate.h |
errSecNotSigner |
-26267 | A certificate was not signed by its proposed parent. | |
Kernel
SecBasePrivate.h |
errSecOTRIDTooNew |
-25329 | Key ID is too new to use! Message from the future? | |
Kernel
SecBasePrivate.h |
errSecOTRTooOld |
-25328 | Message is too old to use | |
Kernel
SecBasePrivate.h |
errSecPassphraseRequired |
-25260 | Passphrase is required for import/export. | |
Kernel
SecBasePrivate.h |
errSecPkcs12VerifyFailure |
-25264 | MAC verification failed during PKCS12 import. | |
Kernel
SecBasePrivate.h |
errSecPolicyDenied |
-26270 | The certificate chain was not trusted due to a policy not accepting it. | |
Kernel
SecBasePrivate.h |
errSecReadOnly |
-25292 | This keychain cannot be modified. | |
Kernel
SecBasePrivate.h |
errSecReadOnlyAttr |
-25309 | The specified attribute could not be modified. | |
Kernel
SecBasePrivate.h |
errSecReturnAttributesUnsupported |
-50 | Was -34009, is now errSecParam. The caller passed in a kSecReturnAttributes key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecReturnDataUnsupported |
-50 | Was -34008, is now errSecParam. The caller passed in a kSecReturnData key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecReturnMissingPointer |
-50 | Was -34014, is now errSecParam. The caller passed asked for something to be returned but did not pass in a result pointer. | |
Kernel
SecBasePrivate.h |
errSecReturnPersitentRefUnsupported |
-50 | Was -34010, is now errSecParam. The caller passed in a kSecReturnPersistentRef key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecReturnRefUnsupported |
-50 | Was -34010, is now errSecParam. The caller passed in a kSecReturnRef key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecTrustNotAvailable |
-25245 | No trust results are available. | |
Kernel
SecBasePrivate.h |
errSecUnknownFormat |
-25257 | Unknown format in import. | |
Kernel
SecBasePrivate.h |
errSecUnsupportedAlgorithm |
-4 | Was -26268, is now errSecUnimplemented. An unsupported algorithm was encountered. | |
Kernel
SecBasePrivate.h |
errSecUnsupportedFormat |
-25256 | Import/Export format unsupported. | |
Kernel
SecBasePrivate.h |
errSecUnsupportedOperation |
-4 | Was -26271, is now errSecUnimplemented. The operation you requested is not supported by this key. | |
Kernel
SecBasePrivate.h |
errSecUnsupportedPadding |
-50 | Was -26273, is now errSecParam. The padding you requested is not supported. | |
Kernel
SecBasePrivate.h |
errSecUpgradePending |
-34019 | Error returned if keychain database needs a schema migration but the device is locked, clients should wait for a device unlock notification and retry the command. | |
Kernel
SecBasePrivate.h |
errSecUseItemListUnsupported |
-50 | Was -34005, is now errSecParam. The caller passed in a kSecUseItemList key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecUseKeychainListUnsupported |
-50 | Was -34007, is now errSecParam. The caller passed in a kSecUseKeychainList key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecUseKeychainUnsupported |
-50 | Was -34006, is now errSecParam. The caller passed in a kSecUseKeychain key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecValuePersistentRefUnsupported |
-50 | Was -34013, is now errSecParam. The caller passed in a kSecValuePersistentRef key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecValueRefUnsupported |
-50 | Was -34012, is now errSecParam. The caller passed in a kSecValueRef key to a function which does not support it. | |
Kernel
SecBasePrivate.h |
errSecWaitForCallback |
-34017 | This operation is incomplete, until the callback is invoked (not an error). | |
Kernel
SecBasePrivate.h |
errSecWrongSecVersion |
-25310 | This keychain was created by a different version of the system software and cannot be opened. | |
Security
SecBase.h |
errSecACLAddFailed |
-67698 | ||
Security
SecBase.h |
errSecACLChangeFailed |
-67699 | ||
Security
SecBase.h |
errSecACLDeleteFailed |
-67696 | ||
Security
SecBase.h |
errSecACLNotSimple |
-25240 | ||
Security
SecBase.h |
errSecACLReplaceFailed |
-67697 | ||
Security
SecBase.h |
errSecAddinLoadFailed |
-67711 | ||
Security
SecBase.h |
errSecAddinUnloadFailed |
-67714 | ||
Security
SecBase.h |
errSecAlgorithmMismatch |
-67730 | ||
Security
SecBase.h |
errSecAllocate |
-108 | ||
Security
SecBase.h |
errSecAlreadyLoggedIn |
-67814 | ||
Security
SecBase.h |
errSecAppleAddAppACLSubject |
-67589 | ||
Security
SecBase.h |
errSecAppleInvalidKeyEndDate |
-67593 | ||
Security
SecBase.h |
errSecAppleInvalidKeyStartDate |
-67592 | ||
Security
SecBase.h |
errSecApplePublicKeyIncomplete |
-67590 | ||
Security
SecBase.h |
errSecAppleSignatureMismatch |
-67591 | ||
Security
SecBase.h |
errSecAppleSSLv2Rollback |
-67595 | ||
Security
SecBase.h |
errSecAttachHandleBusy |
-67728 | ||
Security
SecBase.h |
errSecAttributeNotInContext |
-67720 | ||
Security
SecBase.h |
errSecAuthFailed |
-25293 | ||
Security
SecBase.h |
errSecBadReq |
-909 | ||
Security
SecBase.h |
errSecBlockSizeMismatch |
-67810 | ||
Security
SecBase.h |
errSecBufferTooSmall |
-25301 | ||
Security
SecBase.h |
errSecCallbackFailed |
-67695 | ||
Security
SecBase.h |
errSecCertificateCannotOperate |
-67817 | ||
Security
SecBase.h |
errSecCertificateDuplicateExtension |
-67903 | ||
Security
SecBase.h |
errSecCertificateExpired |
-67818 | ||
Security
SecBase.h |
errSecCertificateIsCA |
-67902 | ||
Security
SecBase.h |
errSecCertificateNameNotAllowed |
-67900 | ||
Security
SecBase.h |
errSecCertificateNotValidYet |
-67819 | ||
Security
SecBase.h |
errSecCertificatePolicyNotAllowed |
-67899 | ||
Security
SecBase.h |
errSecCertificateRevoked |
-67820 | ||
Security
SecBase.h |
errSecCertificateSuspended |
-67821 | ||
Security
SecBase.h |
errSecCertificateValidityPeriodTooLong |
-67901 | ||
Security
SecBase.h |
errSecCodeSigningBadCertChainLength |
-67647 | ||
Security
SecBase.h |
errSecCodeSigningBadPathLengthConstraint |
-67649 | ||
Security
SecBase.h |
errSecCodeSigningDevelopment |
-67651 | ||
Security
SecBase.h |
errSecCodeSigningNoBasicConstraints |
-67648 | ||
Security
SecBase.h |
errSecCodeSigningNoExtendedKeyUsage |
-67650 | ||
Security
SecBase.h |
errSecConversionError |
-67594 | ||
Security
SecBase.h |
errSecCoreFoundationUnknown |
-4960 | ||
Security
SecBase.h |
errSecCreateChainFailed |
-25318 | ||
Security
SecBase.h |
errSecCRLAlreadySigned |
-67684 | ||
Security
SecBase.h |
errSecCRLBadURI |
-67617 | ||
Security
SecBase.h |
errSecCRLExpired |
-67613 | ||
Security
SecBase.h |
errSecCRLNotFound |
-67615 | ||
Security
SecBase.h |
errSecCRLNotTrusted |
-67620 | ||
Security
SecBase.h |
errSecCRLNotValidYet |
-67614 | ||
Security
SecBase.h |
errSecCRLPolicyFailed |
-67621 | ||
Security
SecBase.h |
errSecCRLServerDown |
-67616 | ||
Security
CSCommon.h |
errSecCSAmbiguousBundleFormat |
-67011 | ||
Security
CSCommon.h |
errSecCSBadBundleFormat |
-67028 | ||
Security
CSCommon.h |
errSecCSBadCallbackValue |
-67020 | ||
Security
CSCommon.h |
errSecCSBadDictionaryFormat |
-67058 | ||
Security
CSCommon.h |
errSecCSBadDiskImageFormat |
-67001 | ||
Security
CSCommon.h |
errSecCSBadFrameworkVersion |
-67009 | ||
Security
CSCommon.h |
errSecCSBadLVArch |
-67017 | ||
Security
CSCommon.h |
errSecCSBadMainExecutable |
-67010 | ||
Security
CSCommon.h |
errSecCSBadNestedCode |
-67021 | ||
Security
CSCommon.h |
errSecCSBadObjectFormat |
-67049 | ||
Security
CSCommon.h |
errSecCSBadResource |
-67054 | ||
Security
CSCommon.h |
errSecCSBadTeamIdentifier |
-66997 | ||
Security
CSCommon.h |
errSecCSCancelled |
-67006 | ||
Security
CSCommon.h |
errSecCSCMSConstructionFailed |
-66991 | ||
Security
CSCommon.h |
errSecCSCMSTooLarge |
-67036 | ||
Security
CSCommon.h |
errSecCSDBAccess |
-67032 | ||
Security
CSCommon.h |
errSecCSDbCorrupt |
-67024 | ||
Security
CSCommon.h |
errSecCSDBDenied |
-67033 | ||
Security
CSCommon.h |
errSecCSDSStoreSymlink |
-67012 | ||
Security
CSCommon.h |
errSecCSFileHardQuarantined |
-67026 | ||
Security
CSCommon.h |
errSecCSGuestInvalid |
-67063 | ||
Security
CSCommon.h |
errSecCSHelperFailed |
-67019 | ||
Security
CSCommon.h |
errSecCSHostProtocolContradiction |
-67043 | ||
Security
CSCommon.h |
errSecCSHostProtocolDedicationError |
-67042 | ||
Security
CSCommon.h |
errSecCSHostProtocolInvalidAttribute |
-67031 | ||
Security
CSCommon.h |
errSecCSHostProtocolInvalidHash |
-67035 | ||
Security
CSCommon.h |
errSecCSHostProtocolNotProxy |
-67041 | ||
Security
CSCommon.h |
errSecCSHostProtocolRelativePath |
-67044 | ||
Security
CSCommon.h |
errSecCSHostProtocolStateError |
-67040 | ||
Security
CSCommon.h |
errSecCSHostProtocolUnrelated |
-67039 | ||
Security
CSCommon.h |
errSecCSHostReject |
-67047 | ||
Security
CSCommon.h |
errSecCSInfoPlistFailed |
-67030 | ||
Security
CSCommon.h |
errSecCSInternalError |
-67048 | ||
Security
CSCommon.h |
errSecCSInvalidAssociatedFileData |
-66999 | ||
Security
CSCommon.h |
errSecCSInvalidAttributeValues |
-67066 | ||
Security
CSCommon.h |
errSecCSInvalidEntitlements |
-66994 | ||
Security
CSCommon.h |
errSecCSInvalidFlags |
-67070 | ||
Security
CSCommon.h |
errSecCSInvalidObjectRef |
-67071 | ||
Security
CSCommon.h |
errSecCSInvalidPlatform |
-67005 | ||
Security
CSCommon.h |
errSecCSInvalidRuntimeVersion |
-66993 | ||
Security
CSCommon.h |
errSecCSInvalidSymlink |
-67003 | ||
Security
CSCommon.h |
errSecCSInvalidTeamIdentifier |
-66998 | ||
Security
CSCommon.h |
errSecCSMultipleGuests |
-67064 | ||
Security
CSCommon.h |
errSecCSNoMainExecutable |
-67029 | ||
Security
CSCommon.h |
errSecCSNoMatches |
-67027 | ||
Security
CSCommon.h |
errSecCSNoSuchCode |
-67065 | ||
Security
CSCommon.h |
errSecCSNotAHost |
-67046 | ||
Security
CSCommon.h |
errSecCSNotAppLike |
-67002 | ||
Security
CSCommon.h |
errSecCSNotSupported |
-67037 | ||
Security
CSCommon.h |
errSecCSObjectRequired |
-67069 | ||
Security
CSCommon.h |
errSecCSOutdated |
-67025 | ||
Security
CSCommon.h |
errSecCSRegularFile |
-67015 | ||
Security
CSCommon.h |
errSecCSRemoteSignerFailed |
-66990 | ||
Security
CSCommon.h |
errSecCSReqFailed |
-67050 | ||
Security
CSCommon.h |
errSecCSReqInvalid |
-67052 | ||
Security
CSCommon.h |
errSecCSReqUnsupported |
-67051 | ||
Security
CSCommon.h |
errSecCSResourceDirectoryFailed |
-67023 | ||
Security
CSCommon.h |
errSecCSResourceNotSupported |
-67016 | ||
Security
CSCommon.h |
errSecCSResourceRulesInvalid |
-67053 | ||
Security
CSCommon.h |
errSecCSResourcesInvalid |
-67055 | ||
Security
CSCommon.h |
errSecCSResourcesNotFound |
-67056 | ||
Security
CSCommon.h |
errSecCSResourcesNotSealed |
-67057 | ||
Security
CSCommon.h |
errSecCSRevokedNotarization |
-66992 | ||
Security
CSCommon.h |
errSecCSSigDBAccess |
-67032 | ||
Security
CSCommon.h |
errSecCSSigDBDenied |
-67033 | ||
Security
CSCommon.h |
errSecCSSignatureFailed |
-67061 | ||
Security
CSCommon.h |
errSecCSSignatureInvalid |
-67045 | ||
Security
CSCommon.h |
errSecCSSignatureNotVerifiable |
-67060 | ||
Security
CSCommon.h |
errSecCSSignatureUnsupported |
-67059 | ||
Security
CSCommon.h |
errSecCSSignatureUntrusted |
-66996 | ||
Security
CSCommon.h |
errSecCSStaticCodeChanged |
-67034 | ||
Security
CSCommon.h |
errSecCSStaticCodeNotFound |
-67068 | ||
Security
CSCommon.h |
errSecCSTooBig |
-67004 | ||
Security
CSCommon.h |
errSecCSUnimplemented |
-67072 | ||
Security
CSCommon.h |
errSecCSUnsealedAppRoot |
-67014 | ||
Security
CSCommon.h |
errSecCSUnsealedFrameworkRoot |
-67008 | ||
Security
CSCommon.h |
errSecCSUnsigned |
-67062 | ||
Security
CSCommon.h |
errSecCSUnsignedNestedCode |
-67022 | ||
Security
CSCommon.h |
errSecCSUnsupportedDigestAlgorithm |
-67000 | ||
Security
CSCommon.h |
errSecCSUnsupportedGuestAttributes |
-67067 | ||
Security
CSCommon.h |
errSecCSVetoed |
-67018 | ||
Security
CSCommon.h |
errSecCSWeakResourceEnvelope |
-67007 | ||
Security
CSCommon.h |
errSecCSWeakResourceRules |
-67013 | ||
Security
SecBase.h |
errSecDatabaseLocked |
-67869 | ||
Security
SecBase.h |
errSecDataNotAvailable |
-25316 | ||
Security
SecBase.h |
errSecDataNotModifiable |
-25317 | ||
Security
SecBase.h |
errSecDatastoreIsOpen |
-67870 | ||
Security
SecBase.h |
errSecDataTooLarge |
-25302 | ||
Security
SecBase.h |
errSecDecode |
-26275 | ||
Security
SecBase.h |
errSecDeviceError |
-67727 | ||
Security
SecBase.h |
errSecDeviceFailed |
-67588 | ||
Security
SecBase.h |
errSecDeviceReset |
-67587 | ||
Security
SecBase.h |
errSecDeviceVerifyFailed |
-67812 | ||
Security
SecBase.h |
errSecDiskFull |
-34 | ||
Security
SecBase.h |
errSecDskFull |
-34 | ||
Security
SecBase.h |
errSecDuplicateCallback |
-25297 | ||
Security
SecBase.h |
errSecDuplicateItem |
-25299 | ||
Security
SecBase.h |
errSecDuplicateKeychain |
-25296 | ||
Security
SecBase.h |
errSecEMMLoadFailed |
-67709 | ||
Security
SecBase.h |
errSecEMMUnloadFailed |
-67710 | ||
Security
SecBase.h |
errSecEndOfData |
-67634 | ||
Security
SecBase.h |
errSecEventNotificationCallbackNotFound |
-67723 | ||
Security
SecBase.h |
errSecExtendedKeyUsageNotCritical |
-67881 | ||
Security
SecBase.h |
errSecFieldSpecifiedMultiple |
-67866 | ||
Security
SecBase.h |
errSecFileTooBig |
-67597 | ||
Security
SecBase.h |
errSecFunctionFailed |
-67677 | ||
Security
SecBase.h |
errSecFunctionIntegrityFail |
-67670 | ||
Security
SecBase.h |
errSecHostNameMismatch |
-67602 | ||
Security
SecBase.h |
errSecIDPFailure |
-67622 | ||
Security
SecBase.h |
errSecIncompatibleDatabaseBlob |
-67600 | ||
Security
SecBase.h |
errSecIncompatibleFieldFormat |
-67867 | ||
Security
SecBase.h |
errSecIncompatibleKeyBlob |
-67601 | ||
Security
SecBase.h |
errSecIncompatibleVersion |
-67704 | ||
Security
SecBase.h |
errSecIncompleteCertRevocationCheck |
-67635 | ||
Security
SecBase.h |
errSecInDarkWake |
-25320 | ||
Security
SecBase.h |
errSecInputLengthError |
-67724 | ||
Security
SecBase.h |
errSecInsufficientClientID |
-67586 | ||
Security
SecBase.h |
errSecInsufficientCredentials |
-67822 | ||
Security
SecBase.h |
errSecInteractionNotAllowed |
-25308 | ||
Security
SecBase.h |
errSecInteractionRequired |
-25315 | ||
Security
SecBase.h |
errSecInternalComponent |
-2070 | ||
Security
SecBase.h |
errSecInternalError |
-67671 | ||
Security
SecBase.h |
errSecInvaldCRLAuthority |
-67827 | ||
Security
SecBase.h |
errSecInvalidAccessCredentials |
-67700 | ||
Security
SecBase.h |
errSecInvalidAccessRequest |
-67876 | ||
Security
SecBase.h |
errSecInvalidACL |
-67702 | ||
Security
SecBase.h |
errSecInvalidAction |
-67823 | ||
Security
SecBase.h |
errSecInvalidAddinFunctionTable |
-67716 | ||
Security
SecBase.h |
errSecInvalidAlgorithm |
-67747 | ||
Security
SecBase.h |
errSecInvalidAlgorithmParms |
-67770 | ||
Security
SecBase.h |
errSecInvalidAttributeAccessCredentials |
-67796 | ||
Security
SecBase.h |
errSecInvalidAttributeBase |
-67788 | ||
Security
SecBase.h |
errSecInvalidAttributeBlockSize |
-67764 | ||
Security
SecBase.h |
errSecInvalidAttributeDLDBHandle |
-67794 | ||
Security
SecBase.h |
errSecInvalidAttributeEffectiveBits |
-67778 | ||
Security
SecBase.h |
errSecInvalidAttributeEndDate |
-67782 | ||
Security
SecBase.h |
errSecInvalidAttributeInitVector |
-67750 | ||
Security
SecBase.h |
errSecInvalidAttributeIterationCount |
-67792 | ||
Security
SecBase.h |
errSecInvalidAttributeKey |
-67748 | ||
Security
SecBase.h |
errSecInvalidAttributeKeyLength |
-67762 | ||
Security
SecBase.h |
errSecInvalidAttributeKeyType |
-67774 | ||
Security
SecBase.h |
errSecInvalidAttributeLabel |
-67772 | ||
Security
SecBase.h |
errSecInvalidAttributeMode |
-67776 | ||
Security
SecBase.h |
errSecInvalidAttributeOutputSize |
-67766 | ||
Security
SecBase.h |
errSecInvalidAttributePadding |
-67754 | ||
Security
SecBase.h |
errSecInvalidAttributePassphrase |
-67760 | ||
Security
SecBase.h |
errSecInvalidAttributePrime |
-67786 | ||
Security
SecBase.h |
errSecInvalidAttributePrivateKeyFormat |
-67800 | ||
Security
SecBase.h |
errSecInvalidAttributePublicKeyFormat |
-67798 | ||
Security
SecBase.h |
errSecInvalidAttributeRandom |
-67756 | ||
Security
SecBase.h |
errSecInvalidAttributeRounds |
-67768 | ||
Security
SecBase.h |
errSecInvalidAttributeSalt |
-67752 | ||
Security
SecBase.h |
errSecInvalidAttributeSeed |
-67758 | ||
Security
SecBase.h |
errSecInvalidAttributeStartDate |
-67780 | ||
Security
SecBase.h |
errSecInvalidAttributeSubprime |
-67790 | ||
Security
SecBase.h |
errSecInvalidAttributeSymmetricKeyFormat |
-67802 | ||
Security
SecBase.h |
errSecInvalidAttributeVersion |
-67784 | ||
Security
SecBase.h |
errSecInvalidAttributeWrappedKeyFormat |
-67804 | ||
Security
SecBase.h |
errSecInvalidAuthority |
-67824 | ||
Security
SecBase.h |
errSecInvalidAuthorityKeyID |
-67606 | ||
Security
SecBase.h |
errSecInvalidBaseACLs |
-67851 | ||
Security
SecBase.h |
errSecInvalidBundleInfo |
-67857 | ||
Security
SecBase.h |
errSecInvalidCallback |
-25298 | ||
Security
SecBase.h |
errSecInvalidCertAuthority |
-67826 | ||
Security
SecBase.h |
errSecInvalidCertificateGroup |
-67691 | ||
Security
SecBase.h |
errSecInvalidCertificateRef |
-67690 | ||
Security
SecBase.h |
errSecInvalidContext |
-67746 | ||
Security
SecBase.h |
errSecInvalidCRL |
-67830 | ||
Security
SecBase.h |
errSecInvalidCRLAuthority |
-67827 | ||
Security
SecBase.h |
errSecInvalidCRLEncoding |
-67828 | ||
Security
SecBase.h |
errSecInvalidCRLGroup |
-67816 | ||
Security
SecBase.h |
errSecInvalidCRLIndex |
-67858 | ||
Security
SecBase.h |
errSecInvalidCRLType |
-67829 | ||
Security
SecBase.h |
errSecInvalidData |
-67673 | ||
Security
SecBase.h |
errSecInvalidDatabaseBlob |
-67598 | ||
Security
SecBase.h |
errSecInvalidDBList |
-67681 | ||
Security
SecBase.h |
errSecInvalidDBLocation |
-67875 | ||
Security
SecBase.h |
errSecInvalidDigestAlgorithm |
-67815 | ||
Security
SecBase.h |
errSecInvalidEncoding |
-67853 | ||
Security
SecBase.h |
errSecInvalidExtendedKeyUsage |
-67609 | ||
Security
SecBase.h |
errSecInvalidFormType |
-67831 | ||
Security
SecBase.h |
errSecInvalidGUID |
-67679 | ||
Security
SecBase.h |
errSecInvalidHandle |
-67680 | ||
Security
SecBase.h |
errSecInvalidHandleUsage |
-67668 | ||
Security
SecBase.h |
errSecInvalidID |
-67832 | ||
Security
SecBase.h |
errSecInvalidIdentifier |
-67833 | ||
Security
SecBase.h |
errSecInvalidIDLinkage |
-67610 | ||
Security
SecBase.h |
errSecInvalidIndex |
-67834 | ||
Security
SecBase.h |
errSecInvalidIndexInfo |
-67877 | ||
Security
SecBase.h |
errSecInvalidInputVector |
-67744 | ||
Security
SecBase.h |
errSecInvalidItemRef |
-25304 | ||
Security
SecBase.h |
errSecInvalidKeyAttributeMask |
-67738 | ||
Security
SecBase.h |
errSecInvalidKeyBlob |
-67599 | ||
Security
SecBase.h |
errSecInvalidKeychain |
-25295 | ||
Security
SecBase.h |
errSecInvalidKeyFormat |
-67742 | ||
Security
SecBase.h |
errSecInvalidKeyHierarchy |
-67713 | ||
Security
SecBase.h |
errSecInvalidKeyLabel |
-67740 | ||
Security
SecBase.h |
errSecInvalidKeyRef |
-67712 | ||
Security
SecBase.h |
errSecInvalidKeyUsageForPolicy |
-67608 | ||
Security
SecBase.h |
errSecInvalidKeyUsageMask |
-67736 | ||
Security
SecBase.h |
errSecInvalidLoginName |
-67813 | ||
Security
SecBase.h |
errSecInvalidModifyMode |
-67879 | ||
Security
SecBase.h |
errSecInvalidName |
-67689 | ||
Security
SecBase.h |
errSecInvalidNetworkAddress |
-67683 | ||
Security
SecBase.h |
errSecInvalidNewOwner |
-67878 | ||
Security
SecBase.h |
errSecInvalidNumberOfFields |
-67685 | ||
Security
SecBase.h |
errSecInvalidOutputVector |
-67745 | ||
Security
SecBase.h |
errSecInvalidOwnerEdit |
-25244 | ||
Security
SecBase.h |
errSecInvalidParsingModule |
-67868 | ||
Security
SecBase.h |
errSecInvalidPassthroughID |
-67682 | ||
Security
SecBase.h |
errSecInvalidPasswordRef |
-25261 | ||
Security
SecBase.h |
errSecInvalidPointer |
-67675 | ||
Security
SecBase.h |
errSecInvalidPolicyIdentifiers |
-67835 | ||
Security
SecBase.h |
errSecInvalidPrefsDomain |
-25319 | ||
Security
SecBase.h |
errSecInvalidPVC |
-67708 | ||
Security
SecBase.h |
errSecInvalidQuery |
-67693 | ||
Security
SecBase.h |
errSecInvalidReason |
-67837 | ||
Security
SecBase.h |
errSecInvalidRecord |
-67701 | ||
Security
SecBase.h |
errSecInvalidRequestInputs |
-67838 | ||
Security
SecBase.h |
errSecInvalidRequestor |
-67855 | ||
Security
SecBase.h |
errSecInvalidResponseVector |
-67839 | ||
Security
SecBase.h |
errSecInvalidRoot |
-67612 | ||
Security
SecBase.h |
errSecInvalidSampleValue |
-67703 | ||
Security
SecBase.h |
errSecInvalidScope |
-67706 | ||
Security
SecBase.h |
errSecInvalidSearchRef |
-25305 | ||
Security
SecBase.h |
errSecInvalidServiceMask |
-67717 | ||
Security
SecBase.h |
errSecInvalidSignature |
-67688 | ||
Security
SecBase.h |
errSecInvalidStopOnPolicy |
-67840 | ||
Security
SecBase.h |
errSecInvalidSubjectKeyID |
-67607 | ||
Security
SecBase.h |
errSecInvalidSubjectName |
-67655 | ||
Security
SecBase.h |
errSecInvalidSubServiceID |
-67719 | ||
Security
SecBase.h |
errSecInvalidTimeString |
-67836 | ||
Security
SecBase.h |
errSecInvalidTrustSetting |
-25242 | ||
Security
SecBase.h |
errSecInvalidTrustSettings |
-25262 | ||
Security
SecBase.h |
errSecInvalidTuple |
-67841 | ||
Security
SecBase.h |
errSecInvalidTupleCredendtials |
-67852 | ||
Security
SecBase.h |
errSecInvalidTupleCredentials |
-67852 | ||
Security
SecBase.h |
errSecInvalidTupleGroup |
-67850 | ||
Security
SecBase.h |
errSecInvalidValidityPeriod |
-67854 | ||
Security
SecBase.h |
errSecInvalidValue |
-67694 | ||
Security
SecBase.h |
errSecIO |
-36 | ||
Security
SecBase.h |
errSecItemNotFound |
-25300 | ||
Security
SecBase.h |
errSecKeyBlobTypeIncorrect |
-67732 | ||
Security
SecBase.h |
errSecKeyHeaderInconsistent |
-67733 | ||
Security
SecBase.h |
errSecKeyIsSensitive |
-25258 | ||
Security
SecBase.h |
errSecKeySizeNotAllowed |
-25311 | ||
Security
SecBase.h |
errSecKeyUsageIncorrect |
-67731 | ||
Security
SecBase.h |
errSecLibraryReferenceNotFound |
-67715 | ||
Security
SecBase.h |
errSecMDSError |
-67674 | ||
Security
SecBase.h |
errSecMemoryError |
-67672 | ||
Security
SecBase.h |
errSecMissingAlgorithmParms |
-67771 | ||
Security
SecBase.h |
errSecMissingAttributeAccessCredentials |
-67797 | ||
Security
SecBase.h |
errSecMissingAttributeBase |
-67789 | ||
Security
SecBase.h |
errSecMissingAttributeBlockSize |
-67765 | ||
Security
SecBase.h |
errSecMissingAttributeDLDBHandle |
-67795 | ||
Security
SecBase.h |
errSecMissingAttributeEffectiveBits |
-67779 | ||
Security
SecBase.h |
errSecMissingAttributeEndDate |
-67783 | ||
Security
SecBase.h |
errSecMissingAttributeInitVector |
-67751 | ||
Security
SecBase.h |
errSecMissingAttributeIterationCount |
-67793 | ||
Security
SecBase.h |
errSecMissingAttributeKey |
-67749 | ||
Security
SecBase.h |
errSecMissingAttributeKeyLength |
-67763 | ||
Security
SecBase.h |
errSecMissingAttributeKeyType |
-67775 | ||
Security
SecBase.h |
errSecMissingAttributeLabel |
-67773 | ||
Security
SecBase.h |
errSecMissingAttributeMode |
-67777 | ||
Security
SecBase.h |
errSecMissingAttributeOutputSize |
-67767 | ||
Security
SecBase.h |
errSecMissingAttributePadding |
-67755 | ||
Security
SecBase.h |
errSecMissingAttributePassphrase |
-67761 | ||
Security
SecBase.h |
errSecMissingAttributePrime |
-67787 | ||
Security
SecBase.h |
errSecMissingAttributePrivateKeyFormat |
-67801 | ||
Security
SecBase.h |
errSecMissingAttributePublicKeyFormat |
-67799 | ||
Security
SecBase.h |
errSecMissingAttributeRandom |
-67757 | ||
Security
SecBase.h |
errSecMissingAttributeRounds |
-67769 | ||
Security
SecBase.h |
errSecMissingAttributeSalt |
-67753 | ||
Security
SecBase.h |
errSecMissingAttributeSeed |
-67759 | ||
Security
SecBase.h |
errSecMissingAttributeStartDate |
-67781 | ||
Security
SecBase.h |
errSecMissingAttributeSubprime |
-67791 | ||
Security
SecBase.h |
errSecMissingAttributeSymmetricKeyFormat |
-67803 | ||
Security
SecBase.h |
errSecMissingAttributeVersion |
-67785 | ||
Security
SecBase.h |
errSecMissingAttributeWrappedKeyFormat |
-67805 | ||
Security
SecBase.h |
errSecMissingEntitlement |
-34018 | ||
Security
SecBase.h |
errSecMissingRequiredExtension |
-67880 | ||
Security
SecBase.h |
errSecMissingValue |
-67871 | ||
Security
SecBase.h |
errSecMobileMeCSRVerifyFailure |
-67665 | ||
Security
SecBase.h |
errSecMobileMeFailedConsistencyCheck |
-67666 | ||
Security
SecBase.h |
errSecMobileMeNoRequestPending |
-67664 | ||
Security
SecBase.h |
errSecMobileMeRequestAlreadyPending |
-67663 | ||
Security
SecBase.h |
errSecMobileMeRequestQueued |
-67657 | ||
Security
SecBase.h |
errSecMobileMeRequestRedirected |
-67658 | ||
Security
SecBase.h |
errSecMobileMeServerAlreadyExists |
-67661 | ||
Security
SecBase.h |
errSecMobileMeServerError |
-67659 | ||
Security
SecBase.h |
errSecMobileMeServerNotAvailable |
-67660 | ||
Security
SecBase.h |
errSecMobileMeServerServiceErr |
-67662 | ||
Security
SecBase.h |
errSecModuleManagerInitializeFailed |
-67721 | ||
Security
SecBase.h |
errSecModuleManagerNotFound |
-67722 | ||
Security
SecBase.h |
errSecModuleManifestVerifyFailed |
-67678 | ||
Security
SecBase.h |
errSecModuleNotLoaded |
-67718 | ||
Security
CSCommon.h |
errSecMultipleExecSegments |
-66995 | ||
Security
SecBase.h |
errSecMultiplePrivKeys |
-25259 | ||
Security
SecBase.h |
errSecMultipleValuesUnsupported |
-67842 | ||
Security
SecBase.h |
errSecNetworkFailure |
-67636 | ||
Security
SecBase.h |
errSecNoAccessForItem |
-25243 | ||
Security
SecBase.h |
errSecNoBasicConstraints |
-67604 | ||
Security
SecBase.h |
errSecNoBasicConstraintsCA |
-67605 | ||
Security
SecBase.h |
errSecNoCertificateModule |
-25313 | ||
Security
SecBase.h |
errSecNoDefaultAuthority |
-67844 | ||
Security
SecBase.h |
errSecNoDefaultKeychain |
-25307 | ||
Security
SecBase.h |
errSecNoFieldValues |
-67859 | ||
Security
SecBase.h |
errSecNoPolicyModule |
-25314 | ||
Security
SecBase.h |
errSecNoStorageModule |
-25312 | ||
Security
SecBase.h |
errSecNoSuchAttr |
-25303 | ||
Security
SecBase.h |
errSecNoSuchClass |
-25306 | ||
Security
SecBase.h |
errSecNoSuchKeychain |
-25294 | ||
Security
SecBase.h |
errSecNotAvailable |
-25291 | ||
Security
SecBase.h |
errSecNotInitialized |
-67667 | ||
Security
SecBase.h |
errSecNotLoggedIn |
-67729 | ||
Security
SecBase.h |
errSecNoTrustSettings |
-25263 | ||
Security
SecBase.h |
errSecNotSigner |
-26267 | ||
Security
SecBase.h |
errSecNotTrusted |
-67843 | ||
Security
SecBase.h |
errSecOCSPBadRequest |
-67631 | ||
Security
SecBase.h |
errSecOCSPBadResponse |
-67630 | ||
Security
SecBase.h |
errSecOCSPNoSigner |
-67640 | ||
Security
SecBase.h |
errSecOCSPNotTrustedToAnchor |
-67637 | ||
Security
SecBase.h |
errSecOCSPResponderInternalError |
-67642 | ||
Security
SecBase.h |
errSecOCSPResponderMalformedReq |
-67641 | ||
Security
SecBase.h |
errSecOCSPResponderSignatureRequired |
-67644 | ||
Security
SecBase.h |
errSecOCSPResponderTryLater |
-67643 | ||
Security
SecBase.h |
errSecOCSPResponderUnauthorized |
-67645 | ||
Security
SecBase.h |
errSecOCSPResponseNonceMismatch |
-67646 | ||
Security
SecBase.h |
errSecOCSPSignatureError |
-67639 | ||
Security
SecBase.h |
errSecOCSPStatusUnrecognized |
-67633 | ||
Security
SecBase.h |
errSecOCSPUnavailable |
-67632 | ||
Security
SecBase.h |
errSecOpWr |
-49 | ||
Security
SecBase.h |
errSecOutputLengthError |
-67725 | ||
Security
SecBase.h |
errSecParam |
-50 | ||
Security
SecBase.h |
errSecPassphraseRequired |
-25260 | ||
Security
SecBase.h |
errSecPathLengthConstraintExceeded |
-67611 | ||
Security
SecBase.h |
errSecPkcs12VerifyFailure |
-25264 | ||
Security
SecBase.h |
errSecPolicyNotFound |
-25241 | ||
Security
SecBase.h |
errSecPrivilegeNotGranted |
-67705 | ||
Security
SecBase.h |
errSecPrivilegeNotSupported |
-67726 | ||
Security
SecBase.h |
errSecPublicKeyInconsistent |
-67811 | ||
Security
SecBase.h |
errSecPVCAlreadyConfigured |
-67707 | ||
Security
SecBase.h |
errSecPVCReferentNotFound |
-67669 | ||
Security
SecBase.h |
errSecQuerySizeUnknown |
-67809 | ||
Security
SecBase.h |
errSecQuotaExceeded |
-67596 | ||
Security
SecBase.h |
errSecReadOnly |
-25292 | ||
Security
SecBase.h |
errSecReadOnlyAttr |
-25309 | ||
Security
SecBase.h |
errSecRecordModified |
-67638 | ||
Security
SecBase.h |
errSecRejectedForm |
-67845 | ||
Security
SecBase.h |
errSecRequestDescriptor |
-67856 | ||
Security
SecBase.h |
errSecRequestLost |
-67846 | ||
Security
SecBase.h |
errSecRequestRejected |
-67847 | ||
Security
SecBase.h |
errSecResourceSignBadCertChainLength |
-67652 | ||
Security
SecBase.h |
errSecResourceSignBadExtKeyUsage |
-67653 | ||
Security
SecBase.h |
errSecRestrictedAPI |
-34020 | ||
Security
SecBase.h |
errSecSelfCheckFailed |
-67676 | ||
Security
SecBase.h |
errSecServiceNotAvailable |
-67585 | ||
Security
SecBase.h |
errSecSigningTimeMissing |
-67894 | ||
Security
SecBase.h |
errSecSMIMEBadExtendedKeyUsage |
-67624 | ||
Security
SecBase.h |
errSecSMIMEBadKeyUsage |
-67625 | ||
Security
SecBase.h |
errSecSMIMEEmailAddressesNotFound |
-67623 | ||
Security
SecBase.h |
errSecSMIMEKeyUsageNotCritical |
-67626 | ||
Security
SecBase.h |
errSecSMIMENoEmailAddress |
-67627 | ||
Security
SecBase.h |
errSecSMIMESubjAltNameNotCritical |
-67628 | ||
Security
SecBase.h |
errSecSSLBadExtendedKeyUsage |
-67629 | ||
Security
SecBase.h |
errSecStagedOperationInProgress |
-67806 | ||
Security
SecBase.h |
errSecStagedOperationNotStarted |
-67807 | ||
Security
SecBase.h |
errSecSuccess |
0 | ||
Security
SecBase.h |
errSecTagNotFound |
-67692 | ||
Security
SecBase.h |
errSecTimestampAddInfoNotAvailable |
-67892 | ||
Security
SecBase.h |
errSecTimestampBadAlg |
-67886 | ||
Security
SecBase.h |
errSecTimestampBadDataFormat |
-67888 | ||
Security
SecBase.h |
errSecTimestampBadRequest |
-67887 | ||
Security
SecBase.h |
errSecTimestampInvalid |
-67883 | ||
Security
SecBase.h |
errSecTimestampMissing |
-67882 | ||
Security
SecBase.h |
errSecTimestampNotTrusted |
-67884 | ||
Security
SecBase.h |
errSecTimestampRejection |
-67895 | ||
Security
SecBase.h |
errSecTimestampRevocationNotification |
-67898 | ||
Security
SecBase.h |
errSecTimestampRevocationWarning |
-67897 | ||
Security
SecBase.h |
errSecTimestampServiceNotAvailable |
-67885 | ||
Security
SecBase.h |
errSecTimestampSystemFailure |
-67893 | ||
Security
SecBase.h |
errSecTimestampTimeNotAvailable |
-67889 | ||
Security
SecBase.h |
errSecTimestampUnacceptedExtension |
-67891 | ||
Security
SecBase.h |
errSecTimestampUnacceptedPolicy |
-67890 | ||
Security
SecBase.h |
errSecTimestampWaiting |
-67896 | ||
Security
SecBase.h |
errSecTrustNotAvailable |
-25245 | ||
Security
SecBase.h |
errSecTrustSettingDeny |
-67654 | ||
Security
SecBase.h |
errSecUnimplemented |
-4 | ||
Security
SecBase.h |
errSecUnknownCertExtension |
-67618 | ||
Security
SecBase.h |
errSecUnknownCriticalExtensionFlag |
-67603 | ||
Security
SecBase.h |
errSecUnknownCRLExtension |
-67619 | ||
Security
SecBase.h |
errSecUnknownFormat |
-25257 | ||
Security
SecBase.h |
errSecUnknownQualifiedCertStatement |
-67656 | ||
Security
SecBase.h |
errSecUnknownTag |
-67687 | ||
Security
SecBase.h |
errSecUnsupportedAddressType |
-67848 | ||
Security
SecBase.h |
errSecUnsupportedFieldFormat |
-67860 | ||
Security
SecBase.h |
errSecUnsupportedFormat |
-25256 | ||
Security
SecBase.h |
errSecUnsupportedIndexInfo |
-67861 | ||
Security
SecBase.h |
errSecUnsupportedKeyAttributeMask |
-67739 | ||
Security
SecBase.h |
errSecUnsupportedKeyFormat |
-67734 | ||
Security
SecBase.h |
errSecUnsupportedKeyLabel |
-67741 | ||
Security
SecBase.h |
errSecUnsupportedKeySize |
-67735 | ||
Security
SecBase.h |
errSecUnsupportedKeyUsageMask |
-67737 | ||
Security
SecBase.h |
errSecUnsupportedLocality |
-67862 | ||
Security
SecBase.h |
errSecUnsupportedNumAttributes |
-67863 | ||
Security
SecBase.h |
errSecUnsupportedNumIndexes |
-67864 | ||
Security
SecBase.h |
errSecUnsupportedNumRecordTypes |
-67865 | ||
Security
SecBase.h |
errSecUnsupportedNumSelectionPreds |
-67873 | ||
Security
SecBase.h |
errSecUnsupportedOperator |
-67874 | ||
Security
SecBase.h |
errSecUnsupportedQueryLimits |
-67872 | ||
Security
SecBase.h |
errSecUnsupportedService |
-67849 | ||
Security
SecBase.h |
errSecUnsupportedVectorOfBuffers |
-67743 | ||
Security
SecureDownload.h |
errSecureDownloadInvalidDownload |
-20053 | ||
Security
SecureDownload.h |
errSecureDownloadInvalidTicket |
-20052 | ||
Security
SecBase.h |
errSecUserCanceled |
-128 | ||
Security
SecBase.h |
errSecVerificationFailure |
-67686 | ||
Security
SecBase.h |
errSecVerifyActionFailed |
-67825 | ||
Security
SecBase.h |
errSecVerifyFailed |
-67808 | ||
Security
SecBase.h |
errSecWrongSecVersion |
-25310 | ||
Security
SecBase.h |
errSecWrPerm |
-61 |