StackLatestPackagesStackSrcErrorsInterfaces
LockContextError
LockContextError is a interface in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Interface: LockContextError
Defined in: packages/stack/src/errors/index.ts:60
Properties
type
type: string;Defined in: packages/stack/src/errors/index.ts:61
message
message: string;Defined in: packages/stack/src/errors/index.ts:62
EncryptionOperationError
EncryptionOperationError is a interface in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
StackError
Discriminated union of all specific error types. Use `StackError` when you need exhaustive error handling via `switch` on the `type` field.