StackLatestPackagesStackSrcErrorsInterfaces
EncryptionOperationError
EncryptionOperationError is a interface in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.
Interface: EncryptionOperationError
Defined in: packages/stack/src/errors/index.ts:48
Properties
type
type: string;Defined in: packages/stack/src/errors/index.ts:49
message
message: string;Defined in: packages/stack/src/errors/index.ts:50
code?
optional code: ProtectErrorCode;Defined in: packages/stack/src/errors/index.ts:51
EncryptionError
Base error interface returned by all encryption operations. Every operation that can fail returns `Result<T, EncryptionError>`. Use the `type` field to narr...
LockContextError
LockContextError is a interface in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.