Skip to content

Streams error codes

The following is the list of error codes displayed for stream requests:

Error CodeDescription
InvalidTopicThe MQTT topic of the stream message is invalid.
InvalidJsonThe Stream request is not a valid JSON document.
InvalidCborThe Stream request is not valid CBOR document.
InvalidRequestThe request is generally identified as malformed.
UnauthorizedThe request is not authorized to access the stream data file.
BlockSizeOutOfBoundsThe block size is out of bounds.
OffsetOutOfBoundsThe offset is out of bounds.
BlockCountLimitExceededThe number of request block(s) is out of bounds.
BlockBitmapLimitExceededThe size of the request bitmap is out of bounds.
ResourceNotFoundThe requested stream, files, file versions or blocks were not found.
VersionMismatchThe 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.
InternalErrorAn internal error occurred.