UNPKG

typesense

Version:
6 lines (5 loc) 177 B
export default class TypesenseError extends Error { httpStatus?: number; httpBody?: string; constructor(message?: string, httpBody?: string, httpStatus?: number); }