UNPKG

kong-sdk

Version:

The open source Kong SDK built by VEED

8 lines (7 loc) 175 B
export declare class APIError extends Error { constructor(code: number, message: string); } export declare enum ErrorCode { INVALID_INPUT = 1, UNKNOWN_ERROR = 2 }