FunctionsRelayError

Error thrown when the Supabase relay cannot reach the Edge Function.

@example
import { FunctionsRelayError } from '@supabase/functions-js'

throw new FunctionsRelayError({ region: 'us-east-1' })
class FunctionsRelayError extends FunctionsError {
constructor(context: any);
}

§Extends

§
FunctionsError
[src]

§Constructors

§
new FunctionsRelayError(context: any)
[src]