class FetchError extends ErrorRe-exportimport { FetchError } from "https://deno.land/x/deno_nest@v3.6.2/modules/uinv/deps.ts"; ConstructorsnewFetchError(message: string | Error | undefined,type: FetchErrorType,status?: number,)Propertiescause: anyname: stringoptionaloriginError: Erroroptionalstatus: numbertype: FetchErrorType