[DOCS-8923] Erroring command replies should include stringified ErrorCode Created: 28/Sep/16  Updated: 30/Oct/23

Status: Closed
Project: Documentation
Component/s: Server
Affects Version/s: None
Fix Version/s: Server_Docs_20231030

Type: Task Priority: Major - P3
Reporter: Emily Hall Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Documented
documents SERVER-23501 Erroring command replies should inclu... Closed
Participants:
Days since reply: 1 year, 14 weeks, 2 days ago
Epic Link: DOCSP-1769

 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"
 }



 Comments   
Comment by Education Bot [ 31/Oct/22 ]

Hello! This ticket has been closed due to inactivity. If you believe this ticket is still important, please reopen it and leave a comment to explain why. Thank you!

Generated at Thu Feb 08 07:57:14 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.