Command response status indicators.
Enumerator |
---|
OK | |
UNSUPPORTED_CMD_VERSION | A version specified in the command or subcommand could not be handled.
This could mean that the version was too new, or it was old and there was not a translation for it.
|
UNSUPPORTED_FEATURE | The command interacts with a feature that is not present on the target device (e.g., Setting the baud rate on a device without a serial port).
|
VALUE_ERROR | One or more values in the command were not in acceptable ranges (e.g., An undefined enum value, or an invalid baud rate).
|
INSUFFICIENT_SPACE | The command would require adding too many elements to an internal storage.
|
EXECUTION_FAILURE | There was a runtime failure executing the command.
|
INCONSISTENT_PAYLOAD_LENGTH | The header payload_size_bytes is in conflict with the size of the message based on its type and type specific length fields.
|
DATA_CORRUPTED | Requested data was corrupted and not available.
|