class FetchError extends Errorimport { FetchError } from "https://deno.land/x/aleph@1.0.0-beta.23/runtime/core/error.ts"; ConstructorsnewFetchError(status: number,message: string,details?: Record<string, unknown>,opts?: ErrorOptions,)Propertiesdetails: Record<string, unknown>status: numberStatic MethodsfromResponse(res: Response): Promise<FetchError>