@@ -36,7 +36,7 @@ Server Connection Errors
36
36
37
37
When an issue occurs when you attempt to connect to a server, the {+driver-short+}
38
38
returns an error message. If this error resembles the following message, it
39
- indicates that the driver cannot connect to a MongoDB deployment:
39
+ indicates that the library cannot connect to a MongoDB deployment:
40
40
41
41
.. code-block:: none
42
42
:copyable: false
@@ -56,7 +56,7 @@ port is ``27017``. The default port value for an instance of MongoDB Server is
56
56
57
57
When connecting to a replica set, include all the replica set hosts in
58
58
your connection string. Separate each of the hosts in the connection
59
- string with a comma. This enables the driver to establish a connection if
59
+ string with a comma. This enables the library to establish a connection if
60
60
one of the hosts is unreachable.
61
61
62
62
To learn how to specify multiple replica set hosts, see the
@@ -81,7 +81,7 @@ Authentication Errors
81
81
---------------------
82
82
83
83
The {+driver-short+} may be unable connect to a MongoDB deployment if
84
- the authorization is not configured correctly. In these cases, the driver
84
+ the authorization is not configured correctly. In these cases, the library
85
85
raises an error message similar to the following message:
86
86
87
87
.. code-block:: none
@@ -177,7 +177,7 @@ happens, you might receive an error message similar to the following message:
177
177
178
178
No suitable servers found (`serverSelectionTryOnce` set): [Failed to resolve '<host>'].
179
179
180
- If the driver reports this error, try the methods in the following sections
180
+ If the library reports this error, try the methods in the following sections
181
181
to resolve the issue.
182
182
183
183
Check Database Deployment Availability
0 commit comments