Constant | Value | Description |
---|
SEC_ERROR_IO | -8192 | An I/O error occurred during authentication; or an error occurred during crypto operation (other than signature verification). |
SEC_ERROR_LIBRARY_FAILURE | -8191 | Security library failure. |
SEC_ERROR_BAD_DATA | -8190 | Security library: received bad data. |
SEC_ERROR_OUTPUT_LEN | -8189 | Security library: output length error. |
SEC_ERROR_INPUT_LEN | -8188 | Security library: input length error. |
SEC_ERROR_INVALID_ARGS | -8187 | Security library: invalid arguments. |
SEC_ERROR_INVALID_ALGORITHM | -8186 | Security library: invalid algorithm. |
SEC_ERROR_INVALID_AVA | -8185 | Security library: invalid AVA. |
SEC_ERROR_INVALID_TIME | -8184 | Security library: invalid time. |
SEC_ERROR_BAD_DER | -8183 | Security library: improperly formatted DER-encoded message. |
SEC_ERROR_BAD_SIGNATURE | -8182 | Peer's certificate has an invalid signature. |
SEC_ERROR_EXPIRED_CERTIFICATE | -8181 | Peer's certificate has expired. |
SEC_ERROR_REVOKED_CERTIFICATE | -8180 | Peer's certificate has been revoked. |
SEC_ERROR_UNKNOWN_ISSUER | -8179 | Peer's certificate issuer is not recognized. |
SEC_ERROR_BAD_KEY | -8178 | Peer's public key is invalid |
SEC_ERROR_BAD_PASSWORD | -8177 | The password entered is incorrect. |
SEC_ERROR_RETRY_PASSWORD | -8176 | New password entered incorrectly. |
SEC_ERROR_NO_NODELOCK | -8175 | Security library: no nodelock. |
SEC_ERROR_BAD_DATABASE | -8174 | Security library: bad database. |
SEC_ERROR_NO_MEMORY | -8173 | Security library: memory allocation failure. |
SEC_ERROR_UNTRUSTED_ISSUER | -8172 | Peer's certificate issuer has been marked as not trusted by the user. |
SEC_ERROR_UNTRUSTED_CERT | -8171 | Peer's certificate has been marked as not trusted by the user. |
SEC_ERROR_DUPLICATE_CERT | -8170 | Certificate already exists in your database. |
SEC_ERROR_DUPLICATE_CERT_NAME | -8169 | Downloaded certificate's name duplicates one already in your database. |
SEC_ERROR_ADDING_CERT | -8168 | Error adding certificate to database. |
SEC_ERROR_FILING_KEY | -8167 | Error refiling the key for this certificate. |
SEC_ERROR_NO_KEY | -8166 | The private key for this certificate cannot be found in key database. |
SEC_ERROR_CERT_VALID | -8165 | This certificate is valid. |
SEC_ERROR_CERT_NOT_VALID | -8164 | This certificate is not valid. |
SEC_ERROR_CERT_NO_RESPONSE | -8163 | Certificate library: no response. |
SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE | -8162 | The certificate issuer's certificate has expired. |
SEC_ERROR_CRL_EXPIRED | -8161 | The CRL for the certificate's issuer has expired. |
SEC_ERROR_CRL_BAD_SIGNATURE | -8160 | The CRL for the certificate's issuer has an invalid signature. |
SEC_ERROR_CRL_INVALID | -8159 | New CRL has an invalid format. |
SEC_ERROR_EXTENSION_VALUE_INVALID | -8158 | Certificate extension value is invalid. |
SEC_ERROR_EXTENSION_NOT_FOUND | -8157 | Certificate extension not found. |
SEC_ERROR_CA_CERT_INVALID | -8156 | Issuer certificate is invalid. |
SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID | -8155 | Certificate path length constraint is invalid. |
SEC_ERROR_CERT_USAGES_INVALID | -8154 | Certificate usages field is invalid. |
SEC_INTERNAL_ONLY | -8153 | Internal-only module. |
SEC_ERROR_INVALID_KEY | -8152 | The key does not support the requested operation. |
SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION | -8151 | Certificate contains unknown critical extension. |
SEC_ERROR_OLD_CRL | -8150 | New CRL is not later than the current one. |
SEC_ERROR_NO_EMAIL_CERT | -8149 | Not encrypted or signed: you do not yet have an email certificate. |
SEC_ERROR_NO_RECIPIENT_CERTS_QUERY | -8148 | Not encrypted: you do not have certificates for each of the recipients. |
SEC_ERROR_NOT_A_RECIPIENT | -8147 | Cannot decrypt: you are not a recipient, or matching certificate and private key not found. |
SEC_ERROR_PKCS7_KEYALG_MISMATCH | -8146 | Cannot decrypt: key encryption algorithm does not match your certificate. |
SEC_ERROR_PKCS7_BAD_SIGNATURE | -8145 | Signature verification failed: no signer found, too many signers found, \ or improper or corrupted data. |
SEC_ERROR_UNSUPPORTED_KEYALG | -8144 | Unsupported or unknown key algorithm. |
SEC_ERROR_DECRYPTION_DISALLOWED | -8143 | Cannot decrypt: encrypted using a disallowed algorithm or key size. |
XP_SEC_FORTEZZA_BAD_CARD | -8142 | FORTEZZA card has not been properly initialized. |
XP_SEC_FORTEZZA_NO_CARD | -8141 | No FORTEZZA cards found. |
XP_SEC_FORTEZZA_NONE_SELECTED | -8140 | No FORTEZZA card selected. |
XP_SEC_FORTEZZA_MORE_INFO | -8139 | Please select a personality to get more info on. |
XP_SEC_FORTEZZA_PERSON_NOT_FOUND | -8138 | Personality not found |
XP_SEC_FORTEZZA_NO_MORE_INFO | -8137 | No more information on that personality. |
XP_SEC_FORTEZZA_BAD_PIN | -8136 | Invalid PIN. |
XP_SEC_FORTEZZA_PERSON_ERROR | -8135 | Couldn't initialize FORTEZZA personalities. |
SEC_ERROR_NO_KRL | -8134 | No KRL for this site's certificate has been found. |
SEC_ERROR_KRL_EXPIRED | -8133 | The KRL for this site's certificate has expired. |
SEC_ERROR_KRL_BAD_SIGNATURE | -8132 | The KRL for this site's certificate has an invalid signature. |
SEC_ERROR_REVOKED_KEY | -8131 | The key for this site's certificate has been revoked. |
SEC_ERROR_KRL_INVALID | -8130 | New KRL has an invalid format. |
SEC_ERROR_NEED_RANDOM | -8129 | Security library: need random data. |
SEC_ERROR_NO_MODULE | -8128 | Security library: no security module can perform the requested operation. |
SEC_ERROR_NO_TOKEN | -8127 | The security card or token does not exist, needs to be initialized, or has been removed. |
SEC_ERROR_READ_ONLY | -8126 | Security library: read-only database. |
SEC_ERROR_NO_SLOT_SELECTED | -8125 | No slot or token was selected. |
SEC_ERROR_CERT_NICKNAME_COLLISION | -8124 | A certificate with the same nickname already exists. |
SEC_ERROR_KEY_NICKNAME_COLLISION | -8123 | A key with the same nickname already exists. |
SEC_ERROR_SAFE_NOT_CREATED | -8122 | Error while creating safe object. |
SEC_ERROR_BAGGAGE_NOT_CREATED | -8121 | Error while creating baggage object. |
XP_JAVA_REMOVE_PRINCIPAL_ERROR | -8120 | Couldn't remove the principal. |
XP_JAVA_DELETE_PRIVILEGE_ERROR | -8119 | Couldn't delete the privilege |
XP_JAVA_CERT_NOT_EXISTS_ERROR | -8118 | This principal doesn't have a certificate. |
SEC_ERROR_BAD_EXPORT_ALGORITHM | -8117 | Required algorithm is not allowed. |
SEC_ERROR_EXPORTING_CERTIFICATES | -8116 | Error attempting to export certificates. |
SEC_ERROR_IMPORTING_CERTIFICATES | -8115 | Error attempting to import certificates. |
SEC_ERROR_PKCS12_DECODING_PFX | -8114 | Unable to import. Decoding error. File not valid. |
SEC_ERROR_PKCS12_INVALID_MAC | -8113 | Unable to import. Invalid MAC. Incorrect password or corrupt file. |
SEC_ERROR_PKCS12_UNSUPPORTED_MAC_ALGORITHM | -8112 | Unable to import. MAC algorithm not supported. |
SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE | -8111 | Unable to import. Only password integrity and privacy modes supported. |
SEC_ERROR_PKCS12_CORRUPT_PFX_STRUCTURE | -8110 | Unable to import. File structure is corrupt. |
SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM | -8109 | Unable to import. Encryption algorithm not supported. |
SEC_ERROR_PKCS12_UNSUPPORTED_VERSION | -8108 | Unable to import. File version not supported. |
SEC_ERROR_PKCS12_PRIVACY_PASSWORD_INCORRECT | -8107 | Unable to import. Incorrect privacy password. |
SEC_ERROR_PKCS12_CERT_COLLISION | -8106 | Unable to import. Same nickname already exists in database. |
SEC_ERROR_USER_CANCELLED | -8105 | The user clicked cancel. |
SEC_ERROR_PKCS12_DUPLICATE_DATA | -8104 | Not imported, already in database. |
SEC_ERROR_MESSAGE_SEND_ABORTED | -8103 | Message not sent. |
SEC_ERROR_INADEQUATE_KEY_USAGE | -8102 | Certificate key usage inadequate for attempted operation. |
SEC_ERROR_INADEQUATE_CERT_TYPE | -8101 | Certificate type not approved for application. |
SEC_ERROR_CERT_ADDR_MISMATCH | -8100 | Address in signing certificate does not match address in message headers. |
SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY | -8099 | Unable to import. Error attempting to import private key. |
SEC_ERROR_PKCS12_IMPORTING_CERT_CHAIN | -8098 | Unable to import. Error attempting to import certificate chain. |
SEC_ERROR_PKCS12_UNABLE_TO_LOCATE_OBJECT_BY_NAME | -8097 | Unable to export. Unable to locate certificate or key by nickname. |
SEC_ERROR_PKCS12_UNABLE_TO_EXPORT_KEY | -8096 | Unable to export. Private key could not be located and exported. |
SEC_ERROR_PKCS12_UNABLE_TO_WRITE | -8095 | Unable to export. Unable to write the export file. |
SEC_ERROR_PKCS12_UNABLE_TO_READ | -8094 | Unable to import. Unable to read the import file. |
SEC_ERROR_PKCS12_KEY_DATABASE_NOT_INITIALIZED | -8093 | Unable to export. Key database corrupt or deleted. |
SEC_ERROR_KEYGEN_FAIL | -8092 | Unable to generate public-private key pair. |
SEC_ERROR_INVALID_PASSWORD | -8091 | Password entered is invalid. |
SEC_ERROR_RETRY_OLD_PASSWORD | -8090 | Old password entered incorrectly. |
SEC_ERROR_BAD_NICKNAME | -8089 | Certificate nickname already in use. |
SEC_ERROR_NOT_FORTEZZA_ISSUER | -8088 | Peer FORTEZZA chain has a non-FORTEZZA Certificate. |
SEC_ERROR_CANNOT_MOVE_SENSITIVE_KEY | -8087 | "A sensitive key cannot be moved to the slot where it is needed." |
SEC_ERROR_JS_INVALID_MODULE_NAME | -8086 | Invalid module name. |
SEC_ERROR_JS_INVALID_DLL | -8085 | Invalid module path/filename. |
SEC_ERROR_JS_ADD_MOD_FAILURE | -8084 | Unable to add module. |
SEC_ERROR_JS_DEL_MOD_FAILURE | -8083 | Unable to delete module. |
SEC_ERROR_OLD_KRL | -8082 | New KRL is not later than the current one. |
SEC_ERROR_CKL_CONFLICT | -8081 | New CKL has different issuer than current CKL. |
SEC_ERROR_CERT_NOT_IN_NAME_SPACE | -8080 | Certificate issuer is not permitted to issue a certificate with this name. |
SEC_ERROR_KRL_NOT_YET_VALID | -8079 | "The key revocation list for this certificate is not yet valid." |
SEC_ERROR_CRL_NOT_YET_VALID | -8078 | "The certificate revocation list for this certificate is not yet valid." |
SEC_ERROR_UNKNOWN_CERT | -8077 | "The requested certificate could not be found." |
SEC_ERROR_UNKNOWN_SIGNER | -8076 | "The signer's certificate could not be found." |
SEC_ERROR_CERT_BAD_ACCESS_LOCATION | -8075 | "The location for the certificate status server has invalid format." |
SEC_ERROR_OCSP_UNKNOWN_RESPONSE_TYPE | -8074 | "The OCSP response cannot be fully decoded; it is of an unknown type." |
SEC_ERROR_OCSP_BAD_HTTP_RESPONSE | -8073 | "The OCSP server returned unexpected/invalid HTTP data." |
SEC_ERROR_OCSP_MALFORMED_REQUEST | -8072 | "The OCSP server found the request to be corrupted or improperly formed." |
SEC_ERROR_OCSP_SERVER_ERROR | -8071 | "The OCSP server experienced an internal error." |
SEC_ERROR_OCSP_TRY_SERVER_LATER | -8070 | "The OCSP server suggests trying again later." |
SEC_ERROR_OCSP_REQUEST_NEEDS_SIG | -8069 | "The OCSP server requires a signature on this request." |
SEC_ERROR_OCSP_UNAUTHORIZED_REQUEST | -8068 | "The OCSP server has refused this request as unauthorized." |
SEC_ERROR_OCSP_UNKNOWN_RESPONSE_STATUS | -8067 | "The OCSP server returned an unrecognizable status." |
SEC_ERROR_OCSP_UNKNOWN_CERT | -8066 | "The OCSP server has no status for the certificate." |
SEC_ERROR_OCSP_NOT_ENABLED | -8065 | "You must enable OCSP before performing this operation." |
SEC_ERROR_OCSP_NO_DEFAULT_RESPONDER | -8064 | "You must set the OCSP default responder before performing this operation." |
SEC_ERROR_OCSP_MALFORMED_RESPONSE | -8063 | "The response from the OCSP server was corrupted or improperly formed." |
SEC_ERROR_OCSP_UNAUTHORIZED_RESPONSE | -8062 | "The signer of the OCSP response is not authorized to give status for this certificate." |
SEC_ERROR_OCSP_FUTURE_RESPONSE | -8061 | "The OCSP response is not yet valid (contains a date in the future)." |
SEC_ERROR_OCSP_OLD_RESPONSE | -8060 | "The OCSP response contains out-of-date information." |
SEC_ERROR_DIGEST_NOT_FOUND | -8059 | "The CMS or PKCS #7 Digest was not found in signed message." |
SEC_ERROR_UNSUPPORTED_MESSAGE_TYPE | -8058 | "The CMS or PKCS #7 Message type is unsupported." |
SEC_ERROR_MODULE_STUCK | -8057 | "PKCS #11 module could not be removed because it is still in use." |
SEC_ERROR_BAD_TEMPLATE | -8056 | "Could not decode ASN.1 data. Specified template was invalid." |
SEC_ERROR_CRL_NOT_FOUND | -8055 | "No matching CRL was found." |
SEC_ERROR_REUSED_ISSUER_AND_SERIAL | -8054 | "You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert." |
SEC_ERROR_BUSY | -8053 | "NSS could not shutdown. Objects are still in use." |
SEC_ERROR_EXTRA_INPUT | -8052 | "DER-encoded message contained extra unused data." |
SEC_ERROR_UNSUPPORTED_ELLIPTIC_CURVE | -8051 | "Unsupported elliptic curve." |
SEC_ERROR_UNSUPPORTED_EC_POINT_FORM | -8050 | "Unsupported elliptic curve point form." |
SEC_ERROR_UNRECOGNIZED_OID | -8049 | "Unrecognized Object IDentifier." |
SEC_ERROR_OCSP_INVALID_SIGNING_CERT | -8048 | "Invalid OCSP signing certificate in OCSP response." |
SEC_ERROR_REVOKED_CERTIFICATE_CRL | -8047 | "Certificate is revoked in issuer's certificate revocation list." |
SEC_ERROR_REVOKED_CERTIFICATE_OCSP | -8046 | "Issuer's OCSP responder reports certificate is revoked." |
SEC_ERROR_CRL_INVALID_VERSION | -8045 | "Issuer's Certificate Revocation List has an unknown version number." |
SEC_ERROR_CRL_V1_CRITICAL_EXTENSION | -8044 | "Issuer's V1 Certificate Revocation List has a critical extension." |
SEC_ERROR_CRL_UNKNOWN_CRITICAL_EXTENSION | -8043 | "Issuer's V2 Certificate Revocation List has an unknown critical extension." |
SEC_ERROR_UNKNOWN_OBJECT_TYPE | -8042 | "Unknown object type specified." |
SEC_ERROR_INCOMPATIBLE_PKCS11 | -8041 | "PKCS #11 driver violates the spec in an incompatible way." |
SEC_ERROR_NO_EVENT | -8040 | "No new slot event is available at this time." |
SEC_ERROR_CRL_ALREADY_EXISTS | -8039 | "CRL already exists." |
SEC_ERROR_NOT_INITIALIZED | -8038 | "NSS is not initialized." |
SEC_ERROR_TOKEN_NOT_LOGGED_IN | -8037 | "The operation failed because the PKCS#11 token is not logged in." |