CipherStashDocs
StackLatestPackagesStackSrcSupabaseType aliases

EncryptedSupabaseError

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

@cipherstash/stack


Type Alias: EncryptedSupabaseError

type EncryptedSupabaseError = {
  message: string;
  details?: string;
  hint?: string;
  code?: string;
  encryptionError?: EncryptionError;
};

Defined in: packages/stack/src/supabase/types.ts:35

Properties

message

message: string;

Defined in: packages/stack/src/supabase/types.ts:36


details?

optional details: string;

Defined in: packages/stack/src/supabase/types.ts:37


hint?

optional hint: string;

Defined in: packages/stack/src/supabase/types.ts:38


code?

optional code: string;

Defined in: packages/stack/src/supabase/types.ts:39


encryptionError?

optional encryptionError: EncryptionError;

Defined in: packages/stack/src/supabase/types.ts:40

On this page