mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 13:07:00 +01:00
Improve the models and what can be performed in the orca benchmarks. --------- Co-authored-by: Sebastiano Tocci <seba.tocci@gmail.com> Co-authored-by: Sebastiano Tocci <sebastiano.tocci@proton.me>
12 lines
154 B
Rust
12 lines
154 B
Rust
pub enum Error {
|
|
Io,
|
|
SerdeToml,
|
|
SerdeJson,
|
|
KanidmClient,
|
|
ProfileBuilder,
|
|
Tokio,
|
|
Interrupt,
|
|
Crossbeam,
|
|
InvalidState,
|
|
}
|