@@ -107,14 +107,14 @@ Troubleshooting
107
107
Unrecognized field 'apiVersion' on server
108
108
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109
109
110
- {+driver-short+} raises this exception if you specify an API version and connect to a
110
+ The {+driver-short+} raises this exception if you specify an API version and connect to a
111
111
MongoDB server that doesn't support the {+stable-api+}. Ensure you're connecting to a
112
112
deployment running {+mdb-server+} v5.0 or later.
113
113
114
114
Provided apiStrict:true, but the command count is not in API Version
115
115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116
116
117
- {+driver-short+} raises this exception if your ``MongoClient`` runs an operation that
117
+ The {+driver-short+} raises this exception if your ``MongoClient`` runs an operation that
118
118
isn't in the {+stable-api+} version you specified. To avoid this error, use an alternative
119
119
operation supported by the specified {+stable-api+} version, or set the ``strict``
120
120
option to ``False`` when constructing your ``ServerApi`` object.
@@ -131,6 +131,6 @@ following API documentation:
131
131
- `ServerAddress <{+core-api+}/ServerAddress.html>`__
132
132
- `MongoClientSettings <{+core-api+}/MongoClientSettings.html>`__
133
133
- `MongoClientSettings.Builder <{+core-api+}/MongoClientSettings.Builder.html>`__
134
- - `MongoClient.create() <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/-factory/create.html>`__
135
134
- `MongoClient <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
135
+ - `MongoClient.create() <{+api+}/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/-factory/create.html>`__
136
136
0 commit comments