UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

20 lines 679 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Clase base que contiene la información sobre un error producido en la aplicación. */ var Error = /** @class */ (function () { function Error(url, textCA, textES, text, trazaError, notificacion, masInfo, multipleText) { this.url = url; this.textCA = textCA; this.textES = textES; this.text = text; this.trazaError = trazaError; this.notificacion = notificacion; this.masInfo = masInfo; this.multipleText = multipleText; } return Error; }()); exports.Error = Error; //# sourceMappingURL=error.js.map