Skip to main content
zerotal

Documentation


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

StorageError.constructor

Properties

code

readonly code: string

Defined in: errors/ZerotalError.ts:18

Inherited from

StorageError.code


status

readonly status: number = 500

Defined in: errors/ZerotalError.ts:19

Inherited from

StorageError.status


context?

readonly optional context?: Record<string, unknown>

Defined in: errors/ZerotalError.ts:20

Inherited from

StorageError.context