method FetchError.fromResponseimport { FetchError } from "https://deno.land/x/aleph@1.0.0-beta.23/runtime/core/error.ts"; fromResponse(res: Response): Promise<FetchError>Parametersres: ResponseReturnsPromise<FetchError>