MongoDB.ChangeStreamErrorDocument
---------------------------------

Checks if an error has occurred when creating or iterating over a change stream.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [MongoDB](component_MongoDB.md) | [13.0](newinversion130.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "MongoDB.ChangeStreamErrorDocument"; MongoDBRef ) 

**MBS**( **"MongoDB.ChangeStreamErrorDocument";** /\* Checks if an error has occurred when creating or iterating over a change stream. \*/  
**$MongoDBRef**) /\* The reference number for the mongo connection.e.g. $MongoDB \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| MongoDBRef | The reference number for the mongo connection. | $MongoDB |

### Result

Returns JSON or error.

### Description

Checks if an error has occurred when creating or iterating over a change stream.  
Similar to [MongoDB.CursorErrorDocument](MongoDBCursorErrorDocument.md) if the error has occurred client-side then the reply will be set to an empty BSON document. If the error occurred server-side, reply is set to the server’s reply document.  
### See also

- [MongoDB.CursorErrorDocument](MongoDBCursorErrorDocument.md)

### Release notes

- **Version 13.1**
    - Fixed a bug in [MongoDB.ChangeStreamErrorDocument](https://www.mbsplugins.eu/MongoDBChangeStreamErrorDocument.shtml), [MongoDB.ChangeStreamResumeToken](https://www.mbsplugins.eu/MongoDBChangeStreamResumeToken.shtml) and [MongoDB.NextChange](https://www.mbsplugins.eu/MongoDBNextChange.shtml) functions.
- **Version 13.0**
    - Added functions to watch changes in MongoDB: [MongoDB.ChangeStreamErrorDocument](https://www.mbsplugins.eu/MongoDBChangeStreamErrorDocument.shtml), [MongoDB.ChangeStreamResumeToken](https://www.mbsplugins.eu/MongoDBChangeStreamResumeToken.shtml), [MongoDB.CloseChangeStream](https://www.mbsplugins.eu/MongoDBCloseChangeStream.shtml), [MongoDB.NextChange](https://www.mbsplugins.eu/MongoDBNextChange.shtml), [MongoDB.WatchClient](https://www.mbsplugins.eu/MongoDBWatchClient.shtml), [MongoDB.WatchCollection](https://www.mbsplugins.eu/MongoDBWatchCollection.shtml) and [MongoDB.WatchDatabase](https://www.mbsplugins.eu/MongoDBWatchDatabase.shtml).

### Blog Entries

- [MBS FileMaker Plugin, version 13.1pr1](https://www.mbsplugins.de/archive/2023-02-01/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)
- [New in MBS FileMaker Plugin 13.0](https://www.mbsplugins.de/archive/2023-01-24/New_in_MBS_FileMaker_Plugin_13/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 12.6pr1](https://www.mbsplugins.de/archive/2022-12-01/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 18th November 2022 , last changed 18th November 2022

  
[MongoDB.BSONtoJSON](MongoDBBSONtoJSON.md) - [MongoDB.ChangeStreamResumeToken](MongoDBChangeStreamResumeToken.md)

[HTML Version](MongoDBChangeStreamErrorDocument.shtml)