nordicopen / pyeasee

Easee EV charger API python library
MIT License
39 stars 11 forks source link

More fine-grained exception handling #74

Closed astrandb closed 1 year ago

astrandb commented 1 year ago

403 - Forbidden is returned when a user has insufficient privileges to execute the service. It happens typically if the user is a site_user and attempts to execute a restricted service.

400 - Bad request is used a catch-all for invalid arguments and operation not allowed.