Documentation / @zerotal/core / security / CryptKeyMissingError
Class: CryptKeyMissingError
Defined in: crypt/Crypt.ts:20
Raised when Crypt is used without an APP_KEY configured.
Extends
Constructors
Constructor
new CryptKeyMissingError():
CryptKeyMissingError
Defined in: crypt/Crypt.ts:21
Returns
CryptKeyMissingError
Overrides
Properties
code
readonlycode:string
Defined in: errors/ZerotalError.ts:18
Inherited from
status
readonlystatus:number=500
Defined in: errors/ZerotalError.ts:19
Inherited from
context?
readonlyoptionalcontext?:Record<string,unknown>
Defined in: errors/ZerotalError.ts:20