Skip to content
JS
Errors

Node.js errors

ERR_* codes, module resolution and runtime errors.

462 entries1 written pages
Showing 451 to 462 of 462Source: Node.js documentation
CodeError
INVALID_PURPOSEThe supplied certificate cannot be used for the specified purpose.
MODULE_NOT_FOUNDA module file could not be resolved by the CommonJS modules loader while attempting a require() operation or when loading the program entry point.
OUT_OF_MEMAn error occurred trying to allocate memory. This should never happen.
PATH_LENGTH_EXCEEDEDThe basicConstraints pathlength parameter has been exceeded.
SELF_SIGNED_CERT_IN_CHAINThe certificate’s issuer is not known. This is the case if the issuer is not included in the trusted certificate list.
UNABLE_TO_DECODE_ISSUER_PUBLIC_KEYThe public key in the certificate SubjectPublicKeyInfo could not be read.
UNABLE_TO_DECRYPT_CERT_SIGNATUREThe 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.
UNABLE_TO_DECRYPT_CRL_SIGNATUREThe 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.
UNABLE_TO_GET_CRLThe CRL reference by the certificate could not be found.
UNABLE_TO_GET_ISSUER_CERTThe issuer certificate of a looked up certificate could not be found. This normally means the list of trusted certificates is not complete.
UNABLE_TO_GET_ISSUER_CERT_LOCALLYThe certificate’s issuer is not known. This is the case if the issuer is not included in the trusted certificate list.
UNABLE_TO_VERIFY_LEAF_SIGNATURENo signatures could be verified because the chain contains only one certificate and it is not self signed.

Other families: JavaScript, npm, React, Next.js, TypeScript, Vite, webpack, Jest