🐛 Fix copy-pasted error messages in client methods #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/client-error-messages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
P0 bug fix #2/5.
get_devices,put_deviceandswitch_capacityall raised"Error retrieving sites: ..."(copied fromget_sites), which is misleading when debugging. Each now names its own operation:get_devices→Error retrieving devicesput_device→Error updating device {device_id}switch_capacity→Error switching capacity {capacity_id}get_sites(the one legitimately using "Error retrieving sites") is untouched.py_compilepasses.