UNPKG

data-mapping

Version:

Mapping the response to the defined data type.

14 lines (13 loc) 348 B
export declare const ErrorConstant: { UNKNOWN: string; NULL: string; NOT_ARRAY: string; PROVIDER_MAPPER: string; IGNORED: string; }; export declare class MappingError extends Error { code: number; messages: string[]; data: any; constructor(message?: string | string[], code?: number, data?: any); }