George Garside Blog

A place of many ramblings about macOS and development. If you find something useful on here, it's probably an accident.

macOS security frameworks use error codes in response to various states. These error codes will be shown by Keychain Access or the security tool in Terminal. Error numbers and descriptions are enumerated in this table.

HexCodeDescription
0x000000000No error.
0xFFFFFFFC-4Function or operation not implemented.
0xFFFFFFDE-34The disk is full.
0xFFFFFFDC-36I/O error.
0xFFFFFFCF-49File already open with write permission.
0xFFFFFFCE-50One or more parameters passed to a function were not valid.
0xFFFFFFC3-61Write permissions error.
0xFFFFFF94-108Failed to allocate memory.
0xFFFFFF80-128User canceled the operation.
0xFFFFFF40-192A required resource could not be found.
0xFFFFFF3F-193A required resource is missing or damaged.
0xFFFFFD5F-673The specified location (URL) is an unknown type, or does not contain enough information.
0xFFFFFD5E-674A helper application to open the specified URL could not be found.
0xFFFFFC73-909Bad parameter or invalid state for operation.
0xFFFFF8C2-1854The location (URL) of this item is missing or improperly formatted.
0xFFFFF7EA-2070errSecInternalComponent
0xFFFFECA0-4960errSecCoreFoundationUnknown
0xFFFFEC78-5000Access to this item was denied.
0xFFFFEC61-5023Authentication failed. The password for this server may have changed since the item was added to the keychain.
0xFFFFEC4A-5046This AppleShare IP server is configured to not allow users to save passwords for automatic login. Contact the server administrator for more information.
0xFFFFD9B8-9800SSL protocol error
0xFFFFD9B7-9801Cipher Suite negotiation failure
0xFFFFD9B6-9802Fatal alert
0xFFFFD9B5-9803I/O would block (not fatal)
0xFFFFD9B4-9804attempt to restore an unknown session
0xFFFFD9B3-9805connection closed gracefully
0xFFFFD9B2-9806connection closed via error
0xFFFFD9B1-9807invalid certificate chain
0xFFFFD9B0-9808bad certificate format
0xFFFFD9AF-9809underlying cryptographic error
0xFFFFD9AE-9810Internal error
0xFFFFD9AD-9811module attach failure
0xFFFFD9AC-9812valid cert chain, untrusted root
0xFFFFD9AB-9813cert chain not verified by root
0xFFFFD9AA-9814chain had an expired cert
0xFFFFD9A9-9815chain had a cert not yet valid
0xFFFFD9A8-9816server closed session with no notification
0xFFFFD9A7-9817insufficient buffer provided
0xFFFFD9A6-9818bad SSLCipherSuite
0xFFFFD9A5-9819unexpected message received
0xFFFFD9A4-9820bad MAC
0xFFFFD9A3-9821decryption failed
0xFFFFD9A2-9822record overflow
0xFFFFD9A1-9823decompression failure
0xFFFFD9A0-9824handshake failure
0xFFFFD99F-9825misc. bad certificate
0xFFFFD99E-9826bad unsupported cert format
0xFFFFD99D-9827certificate revoked
0xFFFFD99C-9828certificate expired
0xFFFFD99B-9829unknown certificate
0xFFFFD99A-9830illegal parameter
0xFFFFD999-9831unknown Cert Authority
0xFFFFD998-9832access denied
0xFFFFD997-9833decoding error
0xFFFFD996-9834decryption error
0xFFFFD995-9835export restriction
0xFFFFD994-9836bad protocol version
0xFFFFD993-9837insufficient security
0xFFFFD992-9838internal error
0xFFFFD991-9839user canceled
0xFFFFD990-9840no renegotiation allowed
0xFFFFD98F-9841peer cert is valid, or was ignored if verification disabled
0xFFFFD98E-9842server has requested a client cert
0xFFFFD98D-9843peer host name mismatch
0xFFFFD98C-9844peer dropped connection before responding
0xFFFFD98B-9845decryption failure
0xFFFFD98A-9846bad MAC
0xFFFFD989-9847record overflow
0xFFFFD988-9848configuration error
0xFFFFD987-9849unexpected (skipped) record in DTLS
0xFFFFD986-9850weak ephemeral dh key
0xFFFFD985-9851SNI
0xFFFFD984-9852transport (socket) shutdown, e.g., TCP RST or FIN.
0xFFFFD983-9853network timeout triggered
0xFFFFD982-9854TLS configuration failed
0xFFFFD981-9855unsupported TLS extension
0xFFFFD980-9856peer rejected unexpected message
0xFFFFD97F-9857decompression failed
0xFFFFD97E-9858handshake failed
0xFFFFD97D-9859decode failed
0xFFFFD97C-9860inappropriate fallback
0xFFFFD97B-9861missing extension
0xFFFFD97A-9862bad OCSP response
0xFFFFD979-9863certificate required
0xFFFFD978-9864unknown PSK identity
0xFFFFD977-9865unknown or unrecognized name
0xFFFFD968-9880ATS violation
0xFFFFD967-9881ATS violation: minimum protocol version is not ATS compliant
0xFFFFD966-9882ATS violation: selected ciphersuite is not ATS compliant
0xFFFFD965-9883ATS violation: peer key size is not ATS compliant
0xFFFFD964-9884ATS violation: peer leaf certificate hash algorithm is not ATS compliant
0xFFFFD963-9885ATS violation: peer certificate hash algorithm is not ATS compliant
0xFFFFD962-9886ATS violation: peer certificate is not issued by trusted peer
0xFFFFD95E-9890Early application data rejected by peer
0xFFFF9D68-25240The specified access control list is not in standard (simple) form.
0xFFFF9D67-25241The specified policy cannot be found.
0xFFFF9D66-25242The specified trust setting is invalid.
0xFFFF9D65-25243The specified item has no access control.
0xFFFF9D64-25244Invalid attempt to change the owner of this item.
0xFFFF9D63-25245No trust results are available.
0xFFFF9D58-25256Import/Export format unsupported.
0xFFFF9D57-25257Unknown format in import.
0xFFFF9D56-25258Key material must be wrapped for export.
0xFFFF9D55-25259An attempt was made to import multiple private keys.
0xFFFF9D54-25260Passphrase is required for import/export.
0xFFFF9D53-25261The password reference was invalid.
0xFFFF9D52-25262The Trust Settings Record was corrupted.
0xFFFF9D51-25263No Trust Settings were found.
0xFFFF9D50-25264MAC verification failed during PKCS12 import (wrong password?)
0xFFFF9D35-25291No keychain is available. You may need to restart your computer.
0xFFFF9D34-25292This keychain cannot be modified.
0xFFFF9D33-25293The user name or passphrase you entered is not correct.
0xFFFF9D32-25294The specified keychain could not be found.
0xFFFF9D31-25295The specified keychain is not a valid keychain file.
0xFFFF9D30-25296A keychain with the same name already exists.
0xFFFF9D2F-25297The specified callback function is already installed.
0xFFFF9D2E-25298The specified callback function is not valid.
0xFFFF9D2D-25299The specified item already exists in the keychain.
0xFFFF9D2C-25300The specified item could not be found in the keychain.
0xFFFF9D2B-25301There is not enough memory available to use the specified item.
0xFFFF9D2A-25302This item contains information which is too large or in a format that cannot be displayed.
0xFFFF9D29-25303The specified attribute does not exist.
0xFFFF9D28-25304The specified item is no longer valid. It may have been deleted from the keychain.
0xFFFF9D27-25305Unable to search the current keychain.
0xFFFF9D26-25306The specified item does not appear to be a valid keychain item.
0xFFFF9D25-25307A default keychain could not be found.
0xFFFF9D24-25308User interaction is not allowed.
0xFFFF9D23-25309The specified attribute could not be modified.
0xFFFF9D22-25310This keychain was created by a different version of the system software and cannot be opened.
0xFFFF9D21-25311This item specifies a key size which is too large or too small.
0xFFFF9D20-25312A required component (data storage module) could not be loaded. You may need to restart your computer.
0xFFFF9D1F-25313A required component (certificate module) could not be loaded. You may need to restart your computer.
0xFFFF9D1E-25314A required component (policy module) could not be loaded. You may need to restart your computer.
0xFFFF9D1D-25315User interaction is required, but is currently not allowed.
0xFFFF9D1C-25316The contents of this item cannot be retrieved.
0xFFFF9D1B-25317The contents of this item cannot be modified.
0xFFFF9D1A-25318One or more certificates required to validate this certificate cannot be found.
0xFFFF9D19-25319The specified preferences domain is not valid.
0xFFFF9D18-25320In dark wake, no UI possible
0xFFFF9965-26267A certificate was not signed by its proposed parent.
0xFFFF995D-26275Unable to decode the provided data.
0xFFFF7B1E-34018A required entitlement isn't present.
0xFFFF7B1C-34020Client is restricted and is not permitted to perform this operation.
0xFFFF159F-60001The authorization rights are invalid.
0xFFFF159E-60002The authorization reference is invalid.
0xFFFF159D-60003The authorization tag is invalid.
0xFFFF159C-60004The returned authorization is invalid.
0xFFFF159B-60005The authorization was denied.
0xFFFF159A-60006The authorization was canceled by the user.
0xFFFF1599-60007The authorization was denied since no user interaction was possible.
0xFFFF1598-60008Unable to obtain authorization for this operation.
0xFFFF1597-60009The authorization is not allowed to be converted to an external format.
0xFFFF1596-60010The authorization is not allowed to be created from an external format.
0xFFFF1595-60011The provided option flag(s) are invalid for this authorization operation.
0xFFFF1581-60031The specified program could not be executed.
0xFFFF1580-60032An invalid status was returned during execution of a privileged tool.
0xFFFF157F-60033The requested socket address is invalid (must be 0-1023 inclusive).
0xFFFEFA52-66990remote signing block did not return a signature
0xFFFEFA51-66991CMS construction failed, see logs for deeper error
0xFFFEFA50-66992notarization indicates this code has been revoked
0xFFFEFA4F-66993an invalid runtime version was explicitly set
0xFFFEFA4E-66994invalid entitlement plist
0xFFFEFA4D-66995the image contains multiple executable segments
0xFFFEFA4C-66996signature is valid but signer is not trusted
0xFFFEFA4B-66997a Team Identifier is wrong or inappropriate
0xFFFEFA4A-66998a Team Identifier string is invalid
0xFFFEFA49-66999resource fork, Finder information, or similar detritus not allowed
0xFFFEFA48-67000a requested signature digest algorithm is not supported
0xFFFEFA47-67001disk image format unrecognized, invalid, or unsuitable
0xFFFEFA46-67002the code is valid but does not seem to be an app
0xFFFEFA45-67003invalid destination for symbolic link in bundle
0xFFFEFA44-67004code is too big for current signing format
0xFFFEFA43-67005invalid platform identifier or platform mismatch
0xFFFEFA42-67006operation was terminated by explicit cancelation
0xFFFEFA41-67007resource envelope is obsolete (version 1 signature)
0xFFFEFA40-67008unsealed contents present in the root directory of an embedded framework
0xFFFEFA3F-67009embedded framework contains modified or invalid version
0xFFFEFA3E-67010main executable failed strict validation
0xFFFEFA3D-67011bundle format is ambiguous (could be app or framework)
0xFFFEFA3C-67012.DS_Store files cannot be a symlink
0xFFFEFA3B-67013resource envelope is obsolete (custom omit rules)
0xFFFEFA3A-67014unsealed contents present in the bundle root
0xFFFEFA39-67015the main executable or Info.plist must be a regular file (no symlinks, etc.)
0xFFFEFA38-67016unsupported resource found (something not a directory, file or symlink)
0xFFFEFA37-67017library validation flag cannot be used with an i386 binary
0xFFFEFA36-67018errSecCSVetoed
0xFFFEFA35-67019the codesign_allocate helper tool cannot be found or used
0xFFFEFA34-67020monitor callback returned invalid value
0xFFFEFA33-67021nested code is modified or invalid
0xFFFEFA32-67022nested code is unsigned
0xFFFEFA31-67023invalid resource directory (directory or signature have been modified)
0xFFFEFA30-67024a system database or file is corrupt
0xFFFEFA2F-67025presented data is out of date
0xFFFEFA2E-67026File created by an AppSandbox, exec/open not allowed
0xFFFEFA2D-67027no matches for search or update operation
0xFFFEFA2C-67028bundle format unrecognized, invalid, or unsuitable
0xFFFEFA2B-67029the code has no main executable file
0xFFFEFA2A-67030invalid Info.plist (plist or signature have been modified)
0xFFFEFA29-67031host returned invalid or inconsistent guest attributes
0xFFFEFA28-67032cannot access a database
0xFFFEFA27-67033permission to use a database denied
0xFFFEFA26-67034the code on disk does not match what is running
0xFFFEFA25-67035host protocol violation - invalid guest hash
0xFFFEFA24-67036signature too large to embed (size limitation of on-disk representation)
0xFFFEFA23-67037operation inapplicable or not supported for this type of code
0xFFFEFA21-67039host protocol violation - the given guest is not a guest of the given host
0xFFFEFA20-67040host protocol violation - invalid guest state change request
0xFFFEFA1F-67041host protocol violation - proxy hosting not engaged
0xFFFEFA1E-67042host protocol violation - operation not allowed with/for a dedicated guest
0xFFFEFA1D-67043host protocol violation - contradictory hosting modes
0xFFFEFA1C-67044host protocol violation - absolute guest path required
0xFFFEFA1B-67045invalid or unsupported format for signature
0xFFFEFA1A-67046attempt to specify guest of code that is not a host
0xFFFEFA19-67047code rejected its host
0xFFFEFA18-67048internal error in Code Signing subsystem
0xFFFEFA17-67049object file format unrecognized, invalid, or unsuitable
0xFFFEFA16-67050code failed to satisfy specified code requirement(s)
0xFFFEFA15-67051unsupported type or version of code requirement(s)
0xFFFEFA14-67052invalid or corrupted code requirement(s)
0xFFFEFA13-67053invalid resource specification rule(s)
0xFFFEFA12-67054a sealed resource is missing or invalid
0xFFFEFA11-67055the sealed resource directory is invalid
0xFFFEFA10-67056code has no resources but signature indicates they must be present
0xFFFEFA0F-67057resources are present but not sealed by signature
0xFFFEFA0E-67058a required plist file or resource is malformed
0xFFFEFA0D-67059unsupported type or version of signature
0xFFFEFA0C-67060the code cannot be read by the verifier (file system permissions etc.)
0xFFFEFA0B-67061invalid signature (code or signature have been modified)
0xFFFEFA0A-67062code object is not signed at all
0xFFFEFA09-67063code identity has been invalidated
0xFFFEFA08-67064ambiguous guest specification (host has multiple guests with these attribute values)
0xFFFEFA07-67065host has no guest with the requested attributes
0xFFFEFA06-67066given attribute values are invalid
0xFFFEFA05-67067cannot locate guests using this attribute set
0xFFFEFA04-67068cannot find code object on disk
0xFFFEFA03-67069a required pointer argument was NULL
0xFFFEFA02-67070invalid or inappropriate API flag(s) specified
0xFFFEFA01-67071invalid API object reference
0xFFFEFA00-67072unimplemented code signing feature
0xFFFEF7FF-67585The required service is not available.
0xFFFEF7FE-67586The client ID is not correct.
0xFFFEF7FD-67587A device reset has occurred.
0xFFFEF7FC-67588A device failure has occurred.
0xFFFEF7FB-67589Adding an application ACL subject failed.
0xFFFEF7FA-67590The public key is incomplete.
0xFFFEF7F9-67591A signature mismatch has occurred.
0xFFFEF7F8-67592The specified key has an invalid start date.
0xFFFEF7F7-67593The specified key has an invalid end date.
0xFFFEF7F6-67594A conversion error has occurred.
0xFFFEF7F5-67595A SSLv2 rollback error has occurred.
0xFFFEF7F4-67596The quota was exceeded.
0xFFFEF7F3-67597The file is too big.
0xFFFEF7F2-67598The specified database has an invalid blob.
0xFFFEF7F1-67599The specified database has an invalid key blob.
0xFFFEF7F0-67600The specified database has an incompatible blob.
0xFFFEF7EF-67601The specified database has an incompatible key blob.
0xFFFEF7EE-67602A host name mismatch has occurred.
0xFFFEF7ED-67603There is an unknown critical extension flag.
0xFFFEF7EC-67604No basic constraints were found.
0xFFFEF7EB-67605No basic CA constraints were found.
0xFFFEF7EA-67606The authority key ID is not valid.
0xFFFEF7E9-67607The subject key ID is not valid.
0xFFFEF7E8-67608The key usage is not valid for the specified policy.
0xFFFEF7E7-67609The extended key usage is not valid.
0xFFFEF7E6-67610The ID linkage is not valid.
0xFFFEF7E5-67611The path length constraint was exceeded.
0xFFFEF7E4-67612The root or anchor certificate is not valid.
0xFFFEF7E3-67613The CRL has expired.
0xFFFEF7E2-67614The CRL is not yet valid.
0xFFFEF7E1-67615The CRL was not found.
0xFFFEF7E0-67616The CRL server is down.
0xFFFEF7DF-67617The CRL has a bad Uniform Resource Identifier.
0xFFFEF7DE-67618An unknown certificate extension was encountered.
0xFFFEF7DD-67619An unknown CRL extension was encountered.
0xFFFEF7DC-67620The CRL is not trusted.
0xFFFEF7DB-67621The CRL policy failed.
0xFFFEF7DA-67622The issuing distribution point was not valid.
0xFFFEF7D9-67623An email address mismatch was encountered.
0xFFFEF7D8-67624The appropriate extended key usage for SMIME was not found.
0xFFFEF7D7-67625The key usage is not compatible with SMIME.
0xFFFEF7D6-67626The key usage extension is not marked as critical.
0xFFFEF7D5-67627No email address was found in the certificate.
0xFFFEF7D4-67628The subject alternative name extension is not marked as critical.
0xFFFEF7D3-67629The appropriate extended key usage for SSL was not found.
0xFFFEF7D2-67630The OCSP response was incorrect or could not be parsed.
0xFFFEF7D1-67631The OCSP request was incorrect or could not be parsed.
0xFFFEF7D0-67632OCSP service is unavailable.
0xFFFEF7CF-67633The OCSP server did not recognize this certificate.
0xFFFEF7CE-67634An end-of-data was detected.
0xFFFEF7CD-67635An incomplete certificate revocation check occurred.
0xFFFEF7CC-67636A network failure occurred.
0xFFFEF7CB-67637The OCSP response was not trusted to a root or anchor certificate.
0xFFFEF7CA-67638The record was modified.
0xFFFEF7C9-67639The OCSP response had an invalid signature.
0xFFFEF7C8-67640The OCSP response had no signer.
0xFFFEF7C7-67641The OCSP responder was given a malformed request.
0xFFFEF7C6-67642The OCSP responder encountered an internal error.
0xFFFEF7C5-67643The OCSP responder is busy, try again later.
0xFFFEF7C4-67644The OCSP responder requires a signature.
0xFFFEF7C3-67645The OCSP responder rejected this request as unauthorized.
0xFFFEF7C2-67646The OCSP response nonce did not match the request.
0xFFFEF7C1-67647Code signing encountered an incorrect certificate chain length.
0xFFFEF7C0-67648Code signing found no basic constraints.
0xFFFEF7BF-67649Code signing encountered an incorrect path length constraint.
0xFFFEF7BE-67650Code signing found no extended key usage.
0xFFFEF7BD-67651Code signing indicated use of a development-only certificate.
0xFFFEF7BC-67652Resource signing has encountered an incorrect certificate chain length.
0xFFFEF7BB-67653Resource signing has encountered an error in the extended key usage.
0xFFFEF7BA-67654The trust setting for this policy was set to Deny.
0xFFFEF7B9-67655An invalid certificate subject name was encountered.
0xFFFEF7B8-67656An unknown qualified certificate statement was encountered.
0xFFFEF7B7-67657errSecMobileMeRequestQueued
0xFFFEF7B6-67658errSecMobileMeRequestRedirected
0xFFFEF7B5-67659errSecMobileMeServerError
0xFFFEF7B4-67660errSecMobileMeServerNotAvailable
0xFFFEF7B3-67661errSecMobileMeServerAlreadyExists
0xFFFEF7B2-67662errSecMobileMeServerServiceErr
0xFFFEF7B1-67663errSecMobileMeRequestAlreadyPending
0xFFFEF7B0-67664errSecMobileMeNoRequestPending
0xFFFEF7AF-67665errSecMobileMeCSRVerifyFailure
0xFFFEF7AE-67666errSecMobileMeFailedConsistencyCheck
0xFFFEF7AD-67667A function was called without initializing CSSM.
0xFFFEF7AC-67668The CSSM handle does not match with the service type.
0xFFFEF7AB-67669A reference to the calling module was not found in the list of authorized callers.
0xFFFEF7AA-67670A function address was not within the verified module.
0xFFFEF7A9-67671An internal error has occurred.
0xFFFEF7A8-67672A memory error has occurred.
0xFFFEF7A7-67673Invalid data was encountered.
0xFFFEF7A6-67674A Module Directory Service error has occurred.
0xFFFEF7A5-67675An invalid pointer was encountered.
0xFFFEF7A4-67676Self-check has failed.
0xFFFEF7A3-67677A function has failed.
0xFFFEF7A2-67678A module manifest verification failure has occurred.
0xFFFEF7A1-67679An invalid GUID was encountered.
0xFFFEF7A0-67680An invalid handle was encountered.
0xFFFEF79F-67681An invalid DB list was encountered.
0xFFFEF79E-67682An invalid passthrough ID was encountered.
0xFFFEF79D-67683An invalid network address was encountered.
0xFFFEF79C-67684The certificate revocation list is already signed.
0xFFFEF79B-67685An invalid number of fields were encountered.
0xFFFEF79A-67686A verification failure occurred.
0xFFFEF799-67687An unknown tag was encountered.
0xFFFEF798-67688An invalid signature was encountered.
0xFFFEF797-67689An invalid name was encountered.
0xFFFEF796-67690An invalid certificate reference was encountered.
0xFFFEF795-67691An invalid certificate group was encountered.
0xFFFEF794-67692The specified tag was not found.
0xFFFEF793-67693The specified query was not valid.
0xFFFEF792-67694An invalid value was detected.
0xFFFEF791-67695A callback has failed.
0xFFFEF790-67696An ACL delete operation has failed.
0xFFFEF78F-67697An ACL replace operation has failed.
0xFFFEF78E-67698An ACL add operation has failed.
0xFFFEF78D-67699An ACL change operation has failed.
0xFFFEF78C-67700Invalid access credentials were encountered.
0xFFFEF78B-67701An invalid record was encountered.
0xFFFEF78A-67702An invalid ACL was encountered.
0xFFFEF789-67703An invalid sample value was encountered.
0xFFFEF788-67704An incompatible version was encountered.
0xFFFEF787-67705The privilege was not granted.
0xFFFEF786-67706An invalid scope was encountered.
0xFFFEF785-67707The PVC is already configured.
0xFFFEF784-67708An invalid PVC was encountered.
0xFFFEF783-67709The EMM load has failed.
0xFFFEF782-67710The EMM unload has failed.
0xFFFEF781-67711The add-in load operation has failed.
0xFFFEF780-67712An invalid key was encountered.
0xFFFEF77F-67713An invalid key hierarchy was encountered.
0xFFFEF77E-67714The add-in unload operation has failed.
0xFFFEF77D-67715A library reference was not found.
0xFFFEF77C-67716An invalid add-in function table was encountered.
0xFFFEF77B-67717An invalid service mask was encountered.
0xFFFEF77A-67718A module was not loaded.
0xFFFEF779-67719An invalid subservice ID was encountered.
0xFFFEF778-67720An attribute was not in the context.
0xFFFEF777-67721A module failed to initialize.
0xFFFEF776-67722A module was not found.
0xFFFEF775-67723An event notification callback was not found.
0xFFFEF774-67724An input length error was encountered.
0xFFFEF773-67725An output length error was encountered.
0xFFFEF772-67726The privilege is not supported.
0xFFFEF771-67727A device error was encountered.
0xFFFEF770-67728The CSP handle was busy.
0xFFFEF76F-67729You are not logged in.
0xFFFEF76E-67730An algorithm mismatch was encountered.
0xFFFEF76D-67731The key usage is incorrect.
0xFFFEF76C-67732The key blob type is incorrect.
0xFFFEF76B-67733The key header is inconsistent.
0xFFFEF76A-67734The key header format is not supported.
0xFFFEF769-67735The key size is not supported.
0xFFFEF768-67736The key usage mask is not valid.
0xFFFEF767-67737The key usage mask is not supported.
0xFFFEF766-67738The key attribute mask is not valid.
0xFFFEF765-67739The key attribute mask is not supported.
0xFFFEF764-67740The key label is not valid.
0xFFFEF763-67741The key label is not supported.
0xFFFEF762-67742The key format is not valid.
0xFFFEF761-67743The vector of buffers is not supported.
0xFFFEF760-67744The input vector is not valid.
0xFFFEF75F-67745The output vector is not valid.
0xFFFEF75E-67746An invalid context was encountered.
0xFFFEF75D-67747An invalid algorithm was encountered.
0xFFFEF75C-67748A key attribute was not valid.
0xFFFEF75B-67749A key attribute was missing.
0xFFFEF75A-67750An init vector attribute was not valid.
0xFFFEF759-67751An init vector attribute was missing.
0xFFFEF758-67752A salt attribute was not valid.
0xFFFEF757-67753A salt attribute was missing.
0xFFFEF756-67754A padding attribute was not valid.
0xFFFEF755-67755A padding attribute was missing.
0xFFFEF754-67756A random number attribute was not valid.
0xFFFEF753-67757A random number attribute was missing.
0xFFFEF752-67758A seed attribute was not valid.
0xFFFEF751-67759A seed attribute was missing.
0xFFFEF750-67760A passphrase attribute was not valid.
0xFFFEF74F-67761A passphrase attribute was missing.
0xFFFEF74E-67762A key length attribute was not valid.
0xFFFEF74D-67763A key length attribute was missing.
0xFFFEF74C-67764A block size attribute was not valid.
0xFFFEF74B-67765A block size attribute was missing.
0xFFFEF74A-67766An output size attribute was not valid.
0xFFFEF749-67767An output size attribute was missing.
0xFFFEF748-67768The number of rounds attribute was not valid.
0xFFFEF747-67769The number of rounds attribute was missing.
0xFFFEF746-67770An algorithm parameters attribute was not valid.
0xFFFEF745-67771An algorithm parameters attribute was missing.
0xFFFEF744-67772A label attribute was not valid.
0xFFFEF743-67773A label attribute was missing.
0xFFFEF742-67774A key type attribute was not valid.
0xFFFEF741-67775A key type attribute was missing.
0xFFFEF740-67776A mode attribute was not valid.
0xFFFEF73F-67777A mode attribute was missing.
0xFFFEF73E-67778An effective bits attribute was not valid.
0xFFFEF73D-67779An effective bits attribute was missing.
0xFFFEF73C-67780A start date attribute was not valid.
0xFFFEF73B-67781A start date attribute was missing.
0xFFFEF73A-67782An end date attribute was not valid.
0xFFFEF739-67783An end date attribute was missing.
0xFFFEF738-67784A version attribute was not valid.
0xFFFEF737-67785A version attribute was missing.
0xFFFEF736-67786A prime attribute was not valid.
0xFFFEF735-67787A prime attribute was missing.
0xFFFEF734-67788A base attribute was not valid.
0xFFFEF733-67789A base attribute was missing.
0xFFFEF732-67790A subprime attribute was not valid.
0xFFFEF731-67791A subprime attribute was missing.
0xFFFEF730-67792An iteration count attribute was not valid.
0xFFFEF72F-67793An iteration count attribute was missing.
0xFFFEF72E-67794A database handle attribute was not valid.
0xFFFEF72D-67795A database handle attribute was missing.
0xFFFEF72C-67796An access credentials attribute was not valid.
0xFFFEF72B-67797An access credentials attribute was missing.
0xFFFEF72A-67798A public key format attribute was not valid.
0xFFFEF729-67799A public key format attribute was missing.
0xFFFEF728-67800A private key format attribute was not valid.
0xFFFEF727-67801A private key format attribute was missing.
0xFFFEF726-67802A symmetric key format attribute was not valid.
0xFFFEF725-67803A symmetric key format attribute was missing.
0xFFFEF724-67804A wrapped key format attribute was not valid.
0xFFFEF723-67805A wrapped key format attribute was missing.
0xFFFEF722-67806A staged operation is in progress.
0xFFFEF721-67807A staged operation was not started.
0xFFFEF720-67808A cryptographic verification failure has occurred.
0xFFFEF71F-67809The query size is unknown.
0xFFFEF71E-67810A block size mismatch occurred.
0xFFFEF71D-67811The public key was inconsistent.
0xFFFEF71C-67812A device verification failure has occurred.
0xFFFEF71B-67813An invalid login name was detected.
0xFFFEF71A-67814The user is already logged in.
0xFFFEF719-67815An invalid digest algorithm was detected.
0xFFFEF718-67816An invalid CRL group was detected.
0xFFFEF717-67817The certificate cannot operate.
0xFFFEF716-67818An expired certificate was detected.
0xFFFEF715-67819The certificate is not yet valid.
0xFFFEF714-67820The certificate was revoked.
0xFFFEF713-67821The certificate was suspended.
0xFFFEF712-67822Insufficient credentials were detected.
0xFFFEF711-67823The action was not valid.
0xFFFEF710-67824The authority was not valid.
0xFFFEF70F-67825A verify action has failed.
0xFFFEF70E-67826The certificate authority was not valid.
0xFFFEF70D-67827The CRL authority was not valid.
0xFFFEF70C-67828The CRL encoding was not valid.
0xFFFEF70B-67829The CRL type was not valid.
0xFFFEF70A-67830The CRL was not valid.
0xFFFEF709-67831The form type was not valid.
0xFFFEF708-67832The ID was not valid.
0xFFFEF707-67833The identifier was not valid.
0xFFFEF706-67834The index was not valid.
0xFFFEF705-67835The policy identifiers are not valid.
0xFFFEF704-67836The time specified was not valid.
0xFFFEF703-67837The trust policy reason was not valid.
0xFFFEF702-67838The request inputs are not valid.
0xFFFEF701-67839The response vector was not valid.
0xFFFEF700-67840The stop-on policy was not valid.
0xFFFEF6FF-67841The tuple was not valid.
0xFFFEF6FE-67842Multiple values are not supported.
0xFFFEF6FD-67843The certificate was not trusted.
0xFFFEF6FC-67844No default authority was detected.
0xFFFEF6FB-67845The trust policy had a rejected form.
0xFFFEF6FA-67846The request was lost.
0xFFFEF6F9-67847The request was rejected.
0xFFFEF6F8-67848The address type is not supported.
0xFFFEF6F7-67849The service is not supported.
0xFFFEF6F6-67850The tuple group was not valid.
0xFFFEF6F5-67851The base ACLs are not valid.
0xFFFEF6F4-67852The tuple credentials are not valid.
0xFFFEF6F3-67853The encoding was not valid.
0xFFFEF6F2-67854The validity period was not valid.
0xFFFEF6F1-67855The requestor was not valid.
0xFFFEF6F0-67856The request descriptor was not valid.
0xFFFEF6EF-67857The bundle information was not valid.
0xFFFEF6EE-67858The CRL index was not valid.
0xFFFEF6ED-67859No field values were detected.
0xFFFEF6EC-67860The field format is not supported.
0xFFFEF6EB-67861The index information is not supported.
0xFFFEF6EA-67862The locality is not supported.
0xFFFEF6E9-67863The number of attributes is not supported.
0xFFFEF6E8-67864The number of indexes is not supported.
0xFFFEF6E7-67865The number of record types is not supported.
0xFFFEF6E6-67866Too many fields were specified.
0xFFFEF6E5-67867The field format was incompatible.
0xFFFEF6E4-67868The parsing module was not valid.
0xFFFEF6E3-67869The database is locked.
0xFFFEF6E2-67870The data store is open.
0xFFFEF6E1-67871A missing value was detected.
0xFFFEF6E0-67872The query limits are not supported.
0xFFFEF6DF-67873The number of selection predicates is not supported.
0xFFFEF6DE-67874The operator is not supported.
0xFFFEF6DD-67875The database location is not valid.
0xFFFEF6DC-67876The access request is not valid.
0xFFFEF6DB-67877The index information is not valid.
0xFFFEF6DA-67878The new owner is not valid.
0xFFFEF6D9-67879The modify mode is not valid.
0xFFFEF6D8-67880A required certificate extension is missing.
0xFFFEF6D7-67881The extended key usage extension was not marked critical.
0xFFFEF6D6-67882A timestamp was expected but was not found.
0xFFFEF6D5-67883The timestamp was not valid.
0xFFFEF6D4-67884The timestamp was not trusted.
0xFFFEF6D3-67885The timestamp service is not available.
0xFFFEF6D2-67886An unrecognized or unsupported Algorithm Identifier in timestamp.
0xFFFEF6D1-67887The timestamp transaction is not permitted or supported.
0xFFFEF6D0-67888The timestamp data submitted has the wrong format.
0xFFFEF6CF-67889The time source for the Timestamp Authority is not available.
0xFFFEF6CE-67890The requested policy is not supported by the Timestamp Authority.
0xFFFEF6CD-67891The requested extension is not supported by the Timestamp Authority.
0xFFFEF6CC-67892The additional information requested is not available.
0xFFFEF6CB-67893The timestamp request cannot be handled due to system failure.
0xFFFEF6CA-67894A signing time was expected but was not found.
0xFFFEF6C9-67895A timestamp transaction was rejected.
0xFFFEF6C8-67896A timestamp transaction is waiting.
0xFFFEF6C7-67897A timestamp authority revocation warning was issued.
0xFFFEF6C6-67898A timestamp authority revocation notification was issued.
0xFFFEF6C5-67899The requested policy is not allowed for this certificate.
0xFFFEF6C4-67900The requested name is not allowed for this certificate.
0xFFFEF6C3-67901The validity period in the certificate exceeds the maximum allowed.
0xFFFEF6C2-67902The verified certificate is a CA rather than an end-entity
0xFFFEF6C1-67903The certificate contains multiple extensions with the same extension ID.

Leave a Reply

No comments