Skip to main content

@rtorcato/supabase-common / PostgrestErrorLike

Interface: PostgrestErrorLike

Defined in: unwrap.ts:5

The error shape PostgREST / Supabase attaches to a failed result. Structural only, so it matches @supabase/supabase-js errors without depending on it.

Properties

message

message: string

Defined in: unwrap.ts:6


code?

optional code?: string

Defined in: unwrap.ts:7


details?

optional details?: string

Defined in: unwrap.ts:8