FunctionsFetchError
import { FunctionsFetchError } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";Error thrown when the network request to an Edge Function fails.
@example
import { FunctionsFetchError } from '@supabase/functions-js'
throw new FunctionsFetchError({ requestId: 'abc123' })
class FunctionsFetchError extends FunctionsError {}
constructor(context: any);