index
:
nitrokey-rs
authentication-error
master
next
Rust interface to libnitrokey
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
error.rs
Commit message (
Expand
)
Author
Age
*
Add String value to the Error::UnexpectedError variant
Robin Krahl
2020-01-28
*
Add the Error::UnsupportedModelError variant
Robin Krahl
2020-01-07
*
Introduce into_manager for Device
Robin Krahl
2019-07-09
*
Add Manager struct to manage Nitrokey connections
Robin Krahl
2019-07-08
*
Add ConcurrentAccessError and PoisonError variants
Robin Krahl
2019-07-08
*
Rename Error::Unknown to Error::UnknownError
Robin Krahl
2019-01-27
*
Remove the Result typedef
Robin Krahl
2019-01-27
*
Remove rand_core::Error from public API
Robin Krahl
2019-01-25
*
Add license and copyright information
Robin Krahl
2019-01-23
*
Implement From<(T: Device, Error)> for Error
Robin Krahl
2019-01-23
*
Add Error::Utf8Error variant
Robin Krahl
2019-01-23
*
Remove the unused CommandError::Undefined variant
Robin Krahl
2019-01-20
*
Introduce the Error::UnexpectedError variant
Robin Krahl
2019-01-20
*
Make CommandError messages more general
Robin Krahl
2019-01-20
*
Remove CommandError::as_str method
Robin Krahl
2019-01-20
*
Add the CommunicationError enum
Robin Krahl
2019-01-20
*
Refactor library errors into LibraryError enum
Robin Krahl
2019-01-20
*
Move the CommandError::Unknown to Error
Robin Krahl
2019-01-20
*
Refactor CommandError::RngError into Error::RandError
Robin Krahl
2019-01-20
*
Return Error instead of CommandError
Robin Krahl
2019-01-20
*
Add the Error enum and the Result<T> typedef
Robin Krahl
2019-01-20
*
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