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
Improve Exception handling and CallError responses (mobilityhouse#335)
* Added missing NotSupported to the exception list.
* Changed usage of NotImplemented to NotSupported when a handler doesn't exist.
*Use the default description and moved additional information to details
* Reduce the usage of ValidationError as it is not a valid OCPP error type, doesn't generate a CallError, and crashes the code when handling messages. I've tried to replace them with relevant OCPP error types.
0 commit comments