mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-22 17:03:55 +02:00
14 lines
204 B
Rust
14 lines
204 B
Rust
pub enum Error {
|
|
Io,
|
|
SerdeToml,
|
|
SerdeJson,
|
|
KanidmClient,
|
|
ProfileBuilder,
|
|
Tokio,
|
|
Interrupt,
|
|
Crossbeam,
|
|
InvalidState,
|
|
#[allow(dead_code)]
|
|
RandomNumber(String),
|
|
}
|