UNPKG

@trustcomponent/trustcaptcha-frontend

Version:

TrustCaptcha – Privacy-first CAPTCHA solution. GDPR-compliant, bot protection made in Europe.

9 lines (8 loc) 233 B
import { ErrorCode } from "./error-code"; export class ErrorModel { constructor(errorCode, message) { this.errorCode = ErrorCode[errorCode]; this.message = message; } } //# sourceMappingURL=error-model.js.map