summaryrefslogtreecommitdiffstats
path: root/src/error.rs
AgeCommit message (Expand)Author
2018-11-09Move error handling to failureMatthias Beyer
2018-04-29Add error descriptionsMalte Brandy
2018-04-24Improve Errorhandling to use custom error kindsMalte Brandy
2018-04-23Remove unused NoStatus error and remove wildcard includes for error variantsMalte Brandy
2018-04-22Refactor error handling to use error_chainMalte Brandy
2018-04-19Refactor: Replace try! macro with ? operatorMalte Brandy
2018-04-19Apply rustfmtMalte Brandy
2016-10-02Relicense to MPL 2.0Matthias Beyer
2016-07-04added TaskErrorKind::ReaderError for Error Handling in import_tasks()mario
2016-05-04Add error kinds documentationMatthias Beyer
2016-05-04Add module documentationMatthias Beyer
2016-05-04Document error moduleMatthias Beyer
2016-03-30Implement TaskStatus as enumMatthias Beyer
2016-03-30Remove warningsMatthias Beyer
2016-03-26Start implementing error for parser errorsMatthias Beyer