HTTPError: {
    endpoint: string;
    message: string | null;
    statusCode: number;
    type: "http-error";
}

Type declaration

  • endpoint: string
  • message: string | null
  • statusCode: number
  • type: "http-error"