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
{
"error": "some_immutable_error_enum_string_so_we_can_differentiate",
"message": "This could contain some detail, and can be different for each invocation",
}
No need to add the http status code, since that's already in the response.
If you want to keep the possibility open for multiple errors, if applicable, you can decide to always return an array of errors such as:
Suggested format:
No need to add the http status code, since that's already in the response.
If you want to keep the possibility open for multiple errors, if applicable, you can decide to always return an array of errors such as:
But if you do, please always return errors an array for all calls, even if there is only one error.
The text was updated successfully, but these errors were encountered: