UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

6 lines 233 B
import { HttpErrorCodes } from "../httpStatusCode.js"; export declare class ApiError extends Error { statusCode: HttpErrorCodes; constructor(statusCode: HttpErrorCodes, message?: string); } //# sourceMappingURL=error.d.ts.map