UNPKG

tickethead-sdk

Version:

SDK for the Tickethead API

12 lines 444 B
/** * This error is quite verbose but it should make debugging issues much easier */ export declare class ApiError extends Error { readonly errorCode?: string; readonly statusCode?: number; readonly url?: string; readonly method?: string; readonly data?: string; constructor(message: string, errorCode?: string, statusCode?: number, url?: string, method?: string, data?: string); } //# sourceMappingURL=errors.d.ts.map