-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
devxEffects the Developer ExperienceEffects the Developer ExperienceenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, Zilla only reports only status codes without text descriptions.
For example if the server responds:
status.Error(codes.NotFound, "Example description")Zilla persists the following Kafka headers (only status, no description):

The client receives an empty description:
rpc error: code = NotFound desc =
Describe the solution you'd like
Include information about the error message.
Describe alternatives you've considered
N/A
Additional context
Probably, also relates to: #730
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
devxEffects the Developer ExperienceEffects the Developer ExperienceenhancementNew feature or requestNew feature or request