Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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]