StackLatestSecretsType aliases
SecretsErrorType
Discriminated error type for secrets operations.
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.