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