-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
I am trying to understand the current status of support for sending error details via the server. We have an API that requires mapping specific error codes back to error values on either end. There seem to be two options:
- Define new, non-standard error codes to map to the conditions.
- Annotate the errors using
Status.Details
with project specific detail records.
The option number 2 seems to be very solid but there isn't any support in the server. The areas where support would be have TODOs
.
Right now, the current solution is to do some ever-so-light string matching.
What is the current status of error status details? Is all that is required for support is to serialize this structure when the header is encountered or is there more to it?
Metadata
Metadata
Assignees
Labels
No labels