Эх сурвалжийг харах

change OccurenceConstraintViolation Description

Robert 10 сар өмнө
parent
commit
54d391da5f

+ 1 - 1
EVCB_OCPP.Packet/Messages/ErrorMessage.cs

@@ -54,7 +54,7 @@ namespace EVCB_OCPP.Packet.Messages
 
     public static class OCPPErrorDescription
     {
-        public static readonly string OccurenceConstraintViolation = "Payload for Action is syntactically correct but at least one of the fields violates occurence constraints";
+        public static readonly string OccurenceConstraintViolation = "The request could not be found or has already been processed.";
 
         public static readonly string InternalError = "An internal error occurred and the receiver was not able to process the requested Action successfully";
         public static readonly string FormationViolation = "Unable to process action";