Enum tockloader_proto::Error
[−]
[src]
pub enum Error {
UnknownCommand,
BadArguments,
UnsetLength,
SetLength,
}Variants
UnknownCommandWe got a command we didn't understand.
BadArgumentsWe didn't like the arguments given with a command.
UnsetLengthThe user didn't call set_payload_len yet we
got a response of unbounded length.
SetLengthThe user called set_payload_len yet we
got a response of bounded length.