Details
Description
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"
|
}
|
Attachments
Issue Links
- is depended on by
-
DRIVERS-478 Errors raised by drivers should include codeName string from server response
-
- Implementing
-
- is documented by
-
DOCS-8923 Erroring command replies should include stringified ErrorCode
-
- Closed
-