You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the official document, as shown in the image, there is a situation where the server needs to return CALLERROR:SecurityError. However, I found the only type of handleStatusNotificationRequest() function is StatusNotificationResponse. Can someone show me an example of callerror response implement?
The text was updated successfully, but these errors were encountered:
OCPP 2.0.1 requires a CALLERROR: SecurityError response from the CSMS
if the Charging Station sends a request before having been accepted.
Implement a mechanism to send this response, by throwing the newly
added SecurityErrorException in the message handler of a disallowed
request.
This fixes issue ChargeTimeEU#350.
In the official document, as shown in the image, there is a situation where the server needs to return CALLERROR:SecurityError. However, I found the only type of handleStatusNotificationRequest() function is StatusNotificationResponse. Can someone show me an example of callerror response implement?
The text was updated successfully, but these errors were encountered: