Skip to main content

@rtorcato/supabase-common / SupabaseError

Class: SupabaseError

Defined in: unwrap.ts:15

Error thrown by unwrap when the Supabase result carries an error.

Extends

  • Error

Constructors

Constructor

new SupabaseError(error): SupabaseError

Defined in: unwrap.ts:18

Parameters

error
message

string

code?

string

details?

string

Returns

SupabaseError

Overrides

Error.constructor

Properties

code?

readonly optional code?: string

Defined in: unwrap.ts:16


details?

readonly optional details?: string

Defined in: unwrap.ts:17