UNPKG

glpi-client

Version:
9 lines (8 loc) 219 B
import { AxiosError } from 'axios'; export declare class GlpiResponseException extends Error { statusCode: number; statusText: string; reason: string; code: string; constructor(error: AxiosError); }