UNPKG

node-hue-api

Version:
12 lines (11 loc) 303 B
export default class HttpError extends Error { readonly status: number; readonly url: string; readonly headers?: { [k: string]: string[]; }; readonly data?: string; constructor(status: number, url: string, headers?: { [k: string]: string[]; }, data?: any); }