UNPKG

unifi-client

Version:

NodeJs client for Unifi products (https://www.ui.com/)

7 lines (6 loc) 251 B
import { IUnifiErrorMeta } from './UnifiError'; import { __Error } from './__Error'; export declare class ClientError extends __Error { meta: IUnifiErrorMeta; constructor(message?: string | Error, code?: number, exception?: Error | string); }