CipherStash Docs
StackLatestSecretsType aliases

SecretsErrorType

Discriminated error type for secrets operations.

@cipherstash/stack


Type Alias: SecretsErrorType

type SecretsErrorType = 
  | "ApiError"
  | "NetworkError"
  | "ClientError"
  | "EncryptionError"
  | "DecryptionError";

Defined in: .tmp-stack/packages/stack/src/secrets/index.ts:30

Discriminated error type for secrets operations.

On this page