UNPKG

@hg8496/gridvis-client

Version:

A library to access all GridVis data

7 lines (6 loc) 258 B
export declare class RESTException extends Error { readonly httpStatusCode: number; readonly httpStatusMessage: string; readonly serverMessage: string; constructor(httpStatusCode: number, httpStatusMessage: string, serverMessage?: string); }