You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/notes/errors.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Children of `MongoError` include:
67
67
### `MongoDriverError`
68
68
69
69
This class represents errors which originate in the driver itself or when the user incorrectly uses the driver. This class should **never** be directly instantiated.
70
-
Its children are the main classes of errors that most users will interact with: [**`MongoAPIError`**](#MongoAPIError) and [**`MongoRuntimeError`**](#MongoRuntimeError).
70
+
Its children are the main classes of errors that most users will interact with: [**`MongoAPIError`**](#MongoAPIError), [**`MongoRuntimeError`**](#MongoRuntimeError) and [**`MongoOperationTimeoutError`**](#MongoOperationTimeoutError).
71
71
72
72
### `MongoAPIError`
73
73
@@ -109,6 +109,10 @@ This class should **never** be directly instantiated.
109
109
|**MongoGridFSChunkError**| Thrown when a malformed or invalid chunk is encountered when reading from a GridFS Stream. |
110
110
|**MongoUnexpectedServerResponseError**| Thrown when the driver receives a **parsable** response it did not expect from the server. |
0 commit comments