Streams error codes
The following is the list of error codes displayed for stream requests:
| Error Code | Description |
|---|---|
| InvalidTopic | The MQTT topic of the stream message is invalid. |
| InvalidJson | The Stream request is not a valid JSON document. |
| InvalidCbor | The Stream request is not valid CBOR document. |
| InvalidRequest | The request is generally identified as malformed. |
| Unauthorized | The request is not authorized to access the stream data file. |
| BlockSizeOutOfBounds | The block size is out of bounds. |
| OffsetOutOfBounds | The offset is out of bounds. |
| BlockCountLimitExceeded | The number of request block(s) is out of bounds. |
| BlockBitmapLimitExceeded | The size of the request bitmap is out of bounds. |
| ResourceNotFound | The requested stream, files, file versions or blocks were not found. |
| VersionMismatch | The stream version in the request doesn’t match with the stream version in the MQTT-based file delivery feature. This indicates that the stream data had been modified since the stream version was initially received by the device. |
| InternalError | An internal error occurred. |