This repository has been archived by the owner on Sep 12, 2018. It is now read-only.
Convert code base to Error/ErrorKind pattern #769
Labels
A-core
A-design
Planning and overall architecture.
A-ffi
dev-ergonomics
Issues concerning developer ergonomics - making mentat easy and pleasant to use.
enhancement
#730 did heroic work to convert from
error-chain
tofailure
, but our initial consumer (a logins API that consumes Mentat and is in turn consumed by applications like Mozilla Lockbox) is finding that returningfailure::Error
isn't very helpful. It looks like we'll need to adopt the Error/ErrorKind pattern from https://github.com/withoutboats/failure/blob/868273409c826755812dbff1b67cc0ac3fa702f7/book/src/error-errorkind.md.The text was updated successfully, but these errors were encountered: