Errors
Node.js errors
ERR_* codes, module resolution and runtime errors.
462 entries1 written pages
Showing 451 to 462 of 462Source: Node.js documentation
| Code | Error | Category | Page |
|---|---|---|---|
| INVALID_PURPOSE | The supplied certificate cannot be used for the specified purpose. | OpenSSL error codes | Reference |
| MODULE_NOT_FOUND | A module file could not be resolved by the CommonJS modules loader while attempting a require() operation or when loading the program entry point. | Node.js error codes | Reference |
| OUT_OF_MEM | An error occurred trying to allocate memory. This should never happen. | OpenSSL error codes | Reference |
| PATH_LENGTH_EXCEEDED | The basicConstraints pathlength parameter has been exceeded. | OpenSSL error codes | Reference |
| SELF_SIGNED_CERT_IN_CHAIN | The certificate’s issuer is not known. This is the case if the issuer is not included in the trusted certificate list. | OpenSSL error codes | Reference |
| UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY | The public key in the certificate SubjectPublicKeyInfo could not be read. | OpenSSL error codes | Reference |
| UNABLE_TO_DECRYPT_CERT_SIGNATURE | The certificate signature could not be decrypted. This means that the actual signature value could not be determined rather than it not matching the expected value, this is only meaningful for RSA keys. | OpenSSL error codes | Reference |
| UNABLE_TO_DECRYPT_CRL_SIGNATURE | The certificate revocation list (CRL) signature could not be decrypted: this means that the actual signature value could not be determined rather than it not matching the expected value. | OpenSSL error codes | Reference |
| UNABLE_TO_GET_CRL | The CRL reference by the certificate could not be found. | OpenSSL error codes | Reference |
| UNABLE_TO_GET_ISSUER_CERT | The issuer certificate of a looked up certificate could not be found. This normally means the list of trusted certificates is not complete. | OpenSSL error codes | Reference |
| UNABLE_TO_GET_ISSUER_CERT_LOCALLY | The certificate’s issuer is not known. This is the case if the issuer is not included in the trusted certificate list. | OpenSSL error codes | Reference |
| UNABLE_TO_VERIFY_LEAF_SIGNATURE | No signatures could be verified because the chain contains only one certificate and it is not self signed. | OpenSSL error codes | Reference |
Other families: JavaScript, npm, React, Next.js, TypeScript, Vite, webpack, Jest