CipherStash Docs
StackLatestDynamodbInterfaces

EncryptedDynamoDBError

API reference for EncryptedDynamoDBError

@cipherstash/stack


Interface: EncryptedDynamoDBError

Defined in: .tmp-stack/packages/stack/src/dynamodb/types.ts:20

Extends

  • Error

Properties

code

code: ProtectErrorCode | "DYNAMODB_ENCRYPTION_ERROR";

Defined in: .tmp-stack/packages/stack/src/dynamodb/types.ts:21


details?

optional details: Record<string, unknown>;

Defined in: .tmp-stack/packages/stack/src/dynamodb/types.ts:22


cause?

optional cause: unknown;

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26

Inherited from

Error.cause

name

name: string;

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

Error.name

message

message: string;

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Error.message

stack?

optional stack: string;

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

Error.stack

On this page