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
@sainad2222 Thanks for your interest. The issue mentions you can search for this number, that leads you to two places the client needs to be changed and that's mostly it. This function will need to be changed to return the whole failure instead of just the string message. The error message field will need to continue to be set to support older servers.
Some tests will need to be added as well to verify the complete failure makes it to the server.
If I understood correctly wherever we are sending just message as String in that function, now we also needs to send Failure proto like this(just message field)?
Is your feature request related to a problem? Please describe.
The query response proto(s) now support sending a
Failure
rather than just an error message. Support this. Code contains TODOs with this issue number.The text was updated successfully, but these errors were encountered: