Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Implement From<(T: Device, Error)> for Error | Robin Krahl | 2019-01-23 |
* | Add Error::Utf8Error variant | Robin Krahl | 2019-01-23 |
* | Remove the unused CommandError::Undefined variant | Robin Krahl | 2019-01-20 |
* | Introduce the Error::UnexpectedError variant | Robin Krahl | 2019-01-20 |
* | Make CommandError messages more general | Robin Krahl | 2019-01-20 |
* | Remove CommandError::as_str method | Robin Krahl | 2019-01-20 |
* | Add the CommunicationError enum | Robin Krahl | 2019-01-20 |
* | Refactor library errors into LibraryError enum | Robin Krahl | 2019-01-20 |
* | Move the CommandError::Unknown to Error | Robin Krahl | 2019-01-20 |
* | Refactor CommandError::RngError into Error::RandError | Robin Krahl | 2019-01-20 |
* | Return Error instead of CommandError | Robin Krahl | 2019-01-20 |
* | Add the Error enum and the Result<T> typedef | Robin Krahl | 2019-01-20 |
* | Implement std::error::Error for error::CommandError | Robin Krahl | 2019-01-20 |
* | Move util::CommandError to the new error module | Robin Krahl | 2019-01-20 |