Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Won't Do
-
None
-
None
-
None
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
- documents
-
SERVER-23501 Erroring command replies should include stringified ErrorCode
-
- Closed
-