aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
Commit message (Expand)AuthorAge
* Add String value to the Error::UnexpectedError variantRobin Krahl2020-01-28
* Add the Error::UnsupportedModelError variantRobin Krahl2020-01-07
* Introduce into_manager for DeviceRobin Krahl2019-07-09
* Add Manager struct to manage Nitrokey connectionsRobin Krahl2019-07-08
* Add ConcurrentAccessError and PoisonError variantsRobin Krahl2019-07-08
* Rename Error::Unknown to Error::UnknownErrorRobin Krahl2019-01-27
* Remove the Result typedefRobin Krahl2019-01-27
* Remove rand_core::Error from public APIRobin Krahl2019-01-25
* Add license and copyright informationRobin Krahl2019-01-23
* Implement From<(T: Device, Error)> for ErrorRobin Krahl2019-01-23
* Add Error::Utf8Error variantRobin Krahl2019-01-23
* Remove the unused CommandError::Undefined variantRobin Krahl2019-01-20
* Introduce the Error::UnexpectedError variantRobin Krahl2019-01-20
* Make CommandError messages more generalRobin Krahl2019-01-20
* Remove CommandError::as_str methodRobin Krahl2019-01-20
* Add the CommunicationError enumRobin Krahl2019-01-20
* Refactor library errors into LibraryError enumRobin Krahl2019-01-20
* Move the CommandError::Unknown to ErrorRobin Krahl2019-01-20
* Refactor CommandError::RngError into Error::RandErrorRobin Krahl2019-01-20
* Return Error instead of CommandErrorRobin Krahl2019-01-20
* Add the Error enum and the Result<T> typedefRobin Krahl2019-01-20
* Implement std::error::Error for error::CommandErrorRobin Krahl2019-01-20
* Move util::CommandError to the new error moduleRobin Krahl2019-01-20