When API calls return an error, would like a more uniform style in messages for better UI handling.
Could status codes also be grouped by applicable situation? e.g. 403 for an invalid field for all endpoints, 400 for a missing field for all endpoints, etc.
There appears to be some sort of clustering already, so this may be easy change.
When API calls return an error, would like a more uniform style in messages for better UI handling.
Could status codes also be grouped by applicable situation? e.g. 403 for an invalid field for all endpoints, 400 for a missing field for all endpoints, etc.
There appears to be some sort of clustering already, so this may be easy change.