postgrestx-monorepo / core/src / PostgrestErrorPayload
Interface: PostgrestErrorPayload
Defined in: packages/core/src/postgrest/errors.ts:21
Properties
code?
optional
code:string
Defined in: packages/core/src/postgrest/errors.ts:22
message?
optional
message:string
Defined in: packages/core/src/postgrest/errors.ts:23
details?
optional
details:unknown
Defined in: packages/core/src/postgrest/errors.ts:24
hint?
optional
hint:unknown
Defined in: packages/core/src/postgrest/errors.ts:25