CipherStashDocs
StackLatestPackagesStackSrcErrorsVariables

EncryptionErrorTypes

EncryptionErrorTypes is a variable in @cipherstash/stack. TypeScript API reference with its signature, parameters, and usage.

@cipherstash/stack


Variable: EncryptionErrorTypes

const EncryptionErrorTypes: {
  ClientInitError: string;
  EncryptionError: string;
  DecryptionError: string;
  LockContextError: string;
  CtsTokenError: string;
};

Defined in: packages/stack/src/errors/index.ts:3

Type Declaration

ClientInitError

ClientInitError: string = 'ClientInitError';

EncryptionError

EncryptionError: string = 'EncryptionError';

DecryptionError

DecryptionError: string = 'DecryptionError';

LockContextError

LockContextError: string = 'LockContextError';

CtsTokenError

CtsTokenError: string = 'CtsTokenError';

On this page