mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 13:07:00 +01:00
12 lines
153 B
Rust
12 lines
153 B
Rust
|
pub enum Error {
|
||
|
Io,
|
||
|
SerdeToml,
|
||
|
SerdeJson,
|
||
|
KanidmClient,
|
||
|
ProfileBuilder,
|
||
|
Tokio,
|
||
|
Interupt,
|
||
|
Crossbeam,
|
||
|
InvalidState,
|
||
|
}
|