Documentation / @zerotal/core / storage / StorageKeyMissingError
Class: StorageKeyMissingError
Defined in: storage/errors.ts:41
Thrown when a signing operation is attempted without an APP_KEY configured.
Extends
Constructors
Constructor
new StorageKeyMissingError():
StorageKeyMissingError
Defined in: storage/errors.ts:42
Returns
StorageKeyMissingError
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