@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?
optionalcode?:string
Defined in: unwrap.ts:7
details?
optionaldetails?:string
Defined in: unwrap.ts:8