FunctionsFetchError
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);