We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecf86b commit 6ab9e32Copy full SHA for 6ab9e32
driver-core/src/test/resources/server-discovery-and-monitoring/errors/prefer-error-code.json
@@ -52,7 +52,7 @@
52
}
53
},
54
{
55
- "description": "errmsg \"not writable primary\" gets ignored when error code exists",
+ "description": "errmsg \"not master\" gets ignored when error code exists",
56
"applicationErrors": [
57
58
"address": "a:27017",
@@ -61,7 +61,7 @@
61
"type": "command",
62
"response": {
63
"ok": 0,
64
- "errmsg": "not writable primary",
+ "errmsg": "not master",
65
"code": 1
66
67
0 commit comments