UNPKG

@adaas/virtul-api

Version:

The library to templitify API requests and work with async tasks.

11 lines (10 loc) 404 B
import { IVAPILoggerError, IVAPILoggerErrorParams } from "./logger.types"; export declare class VAPILoggerError extends Error implements IVAPILoggerError { date: string; name: string; code: string; description: string; originalError: Error | unknown; constructor(params: IVAPILoggerErrorParams, originalError?: Error | unknown); get compilingData(): IVAPILoggerErrorParams; }