client: Clarify error reason when required response body is missing #660
Labels
client
Issue related to the client
enhancement
Improving existing functionality
I3
Minimal impact
S3
Minimally significant
U4
Nothing urgent
Is your feature request related to a problem? Please describe.
all response payloads are transmitted in the body field. In most cases ay least one body field is required. When the body is missing in the response, client returns
missing X field in the response
whereX
is the 1st required field being checkedoverall, this is correct: error returns, and field absence follows from the body absence. But these cases are different from the protobuf pov, i'd separate them from each other. This can simplify debug
Describe the solution you'd like
Additional context
Client
testingThe text was updated successfully, but these errors were encountered: