Enum wildland_cargo_lib::errors::ErrorCategory
source · #[repr(C)]pub enum ErrorCategory {
General,
NetworkConnectivity,
Database,
Logical,
Cryptography,
Auth,
ExternalService,
InvalidInputFormat,
Dfs,
}
Variants§
General
NetworkConnectivity
Database
Logical
Cryptography
Auth
ExternalService
InvalidInputFormat
Dfs
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ErrorCategory
impl Send for ErrorCategory
impl Sync for ErrorCategory
impl Unpin for ErrorCategory
impl UnwindSafe for ErrorCategory
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more