Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add the Error enum and the Result<T> typedef | Robin Krahl | 2019-01-20 |
| | | | | | The Error enum is a wrapper for the possible error types (currently only CommandError). Result<T> is defined as Result<T, Error>. | ||
* | 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 |
This prepares the refactoring of util::CommandError into multiple enums. |