aboutsummaryrefslogtreecommitdiffstats
path: root/rust/src/errors.rs
Commit message (Collapse)AuthorAgeFilesLines
* rust: clippy cleanupsBryan Newbold2022-10-051-4/+4
|
* rust: handle database read-only mode (as 5xx errors, not 4xx)Bryan Newbold2022-01-211-1/+9
|
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-051-1/+1
|
* 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.