UNPKG

@munit-solutions/ocpp

Version:
17 lines 803 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ErrorCode; (function (ErrorCode) { ErrorCode["NotImplemented"] = "NotImplemented"; ErrorCode["NotSupported"] = "NotSupported"; ErrorCode["InternalError"] = "InternalError"; ErrorCode["ProtocolError"] = "ProtocolError"; ErrorCode["SecurityError"] = "SecurityError"; ErrorCode["FormationViolation"] = "FormationViolation"; ErrorCode["PropertyConstraintViolation"] = "PropertyConstraintViolation"; ErrorCode["OccurenceConstraintViolation"] = "OccurenceConstraintViolation"; ErrorCode["TypeConstraintViolation"] = "TypeConstraintViolation"; ErrorCode["GenericError"] = "GenericError"; })(ErrorCode || (ErrorCode = {})); exports.default = ErrorCode; //# sourceMappingURL=ErrorCode.js.map