@adaas/virtul-api
Version:
The library to templitify API requests and work with async tasks.
18 lines • 743 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_LOGGER_MANAGER_ERRORS = void 0;
exports.DEFAULT_LOGGER_MANAGER_ERRORS = {
METHOD_NOT_IMPLEMENTED: {
name: 'METHOD_NOT_IMPLEMENTED',
code: 'VAPI-LOGGER-ERR-0000',
message: 'Called method is not implemented',
description: 'Please make sure that the method you\'re calling is implemented',
},
TARGET_LOGGER_NOT_FOUND: {
name: 'TARGET_LOGGER_NOT_FOUND',
code: 'VAPI-LOGGER-ERR-0001',
message: 'Unable to find and initialize target logger',
description: 'Please make sure that parameters passed correctly or contact support',
}
};
//# sourceMappingURL=logger.constants.js.map