StackLatestSupabaseType aliases
EncryptedSupabaseError
API reference for EncryptedSupabaseError
Type Alias: EncryptedSupabaseError
type EncryptedSupabaseError = {
message: string;
details?: string;
hint?: string;
code?: string;
encryptionError?: EncryptionError;
};Defined in: .tmp-stack/packages/stack/src/supabase/types.ts:35
Properties
message
message: string;Defined in: .tmp-stack/packages/stack/src/supabase/types.ts:36
details?
optional details: string;Defined in: .tmp-stack/packages/stack/src/supabase/types.ts:37
hint?
optional hint: string;Defined in: .tmp-stack/packages/stack/src/supabase/types.ts:38
code?
optional code: string;Defined in: .tmp-stack/packages/stack/src/supabase/types.ts:39
encryptionError?
optional encryptionError: EncryptionError;Defined in: .tmp-stack/packages/stack/src/supabase/types.ts:40