aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
Commit message (Expand)AuthorAge
* 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