Go to file
Dustin 3b1be2d01c marionette: Handle error responses
Marionette commands can return error responses, e.g. if a command fails
or is invalid.  We want to propagate these back to the caller whenever
possible.  The error object is specified in the Marionette protocol
documentation, so we can model it appropriately.
2022-12-30 22:04:44 -06:00
src marionette: Handle error responses 2022-12-30 22:04:44 -06:00
.gitattributes Initial commit 2022-12-30 09:10:05 -06:00
.gitignore Add basic MQTT client functionality 2022-12-30 13:49:01 -06:00
Cargo.lock Begin MQTT control implementation 2022-12-30 19:06:27 -06:00
Cargo.toml Begin MQTT control implementation 2022-12-30 19:06:27 -06:00
rustfmt.toml Initial commit 2022-12-30 09:10:05 -06:00