Enum dittolive_ditto::error::ErrorKind [−][src]
pub enum ErrorKind {
Authentication,
Config,
Ffi,
Internal,
InvalidInput,
IO,
License,
NotActivated,
NonExtant,
}
Variants
Configured Authentication provider was not found or failed to authenticate
Required configuration was missing or invalid
Error originated in the FFI layer
An error occurred in Ditto’s internals
Provided parameters or data are not valid
Error with the local file system or networking
The Ditto license is missing, expired, or otherwise invalid
Ditto sync was started without a valid license
The requested resource no longer exists (i.e. lost or destroyed) Used typically for empty query results
Implementations
Trait Implementations
Performs the conversion.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ErrorKind
impl UnwindSafe for ErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more