UNPKG

@munit-solutions/ocpp

Version:
14 lines (13 loc) 508 B
declare enum ErrorCode { NotImplemented = "NotImplemented", NotSupported = "NotSupported", InternalError = "InternalError", ProtocolError = "ProtocolError", SecurityError = "SecurityError", FormationViolation = "FormationViolation", PropertyConstraintViolation = "PropertyConstraintViolation", OccurenceConstraintViolation = "OccurenceConstraintViolation", TypeConstraintViolation = "TypeConstraintViolation", GenericError = "GenericError" } export default ErrorCode;