UNPKG

@janitza/gridvis-client

Version:

A library to access all GridVis data

6 lines (5 loc) 180 B
export declare class RESTException extends Error { httpStatusCode: number; httpStatusMessage: string; constructor(httpStatusCode: number, httpStatusMessage: string); }