aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/errors.rs
Commit message (Collapse)AuthorAgeFilesLines
* better database NotFound error propagationBryan Newbold2019-01-291-3/+5
|
* refactor out OtherBadRequest (just use BadRequest)Bryan Newbold2019-01-111-5/+1
|
* code docs/comments and rustfmtBryan Newbold2019-01-101-4/+7
|
* return error enum variant name (only)Bryan Newbold2019-01-101-1/+2
|
* cleanups; NotFound errorsBryan Newbold2019-01-101-29/+11
|
* HUGE refactor of error types (to use failure)Bryan Newbold2019-01-091-50/+193
|
* huge refactor of rust modules/filesBryan Newbold2019-01-081-0/+55
Taking advantage of new Rust 2018 crate/module path changes, and re-organizing things. Somewhat optimistic this could help with partial rebuild speed also.