I think this would make it easier for users (and us) to understand the output from failing commands.
Example of current output:
{
"ok" : 0,
"code" : 9,
"errmsg" : "Unknown option to insert command: asdf"
}
Example of requested output:
{
"ok" : 0,
"code" : 9,
"codeName" : "FailedToParse",
"errmsg" : "Unknown option to insert command: asdf"
}
- is depended on by
-
DRIVERS-478 Errors raised by drivers should include codeName string from server response
-
- Implementing
-