Adding unique API error codes
The API currently responds for certain errors with a generic code, such as "400". Making it difficult to identify the errors programmatically without also reviewing the specific error details.
We request to have unique error codes for specific issues in order to help make the code itself more clear. For example, instead of various errors just being a "400" code, they may use a different 4xx error that is not already in use. Making it easier to identify specific errors with just the error code itself.
2
votes