Enum holochain_sqlite::error::DatabaseError
source · pub enum DatabaseError {
Show 16 variants
EnvironmentDoubleInitialized(PathBuf),
DatabaseMissing(PathBuf),
NoPrivateDb(String),
MsgPackEncodeError(Error),
MsgPackDecodeError(Error),
SerializedBytes(SerializedBytesError),
Other(Error),
SqliteError(Error),
DirectoryError(Error),
DbConnectionPoolError(Error),
EmptyKey,
InvalidKeyRange,
KeyConstruction,
FailedToJoinBlocking(JoinError),
Timestamp(TimestampError),
GetRandom(Error),
}Variants§
EnvironmentDoubleInitialized(PathBuf)
DatabaseMissing(PathBuf)
NoPrivateDb(String)
MsgPackEncodeError(Error)
MsgPackDecodeError(Error)
SerializedBytes(SerializedBytesError)
Other(Error)
SqliteError(Error)
DirectoryError(Error)
DbConnectionPoolError(Error)
EmptyKey
InvalidKeyRange
KeyConstruction
FailedToJoinBlocking(JoinError)
Timestamp(TimestampError)
GetRandom(Error)
Trait Implementations§
source§impl Debug for DatabaseError
impl Debug for DatabaseError
source§impl Display for DatabaseError
impl Display for DatabaseError
source§impl Error for DatabaseError
impl Error for DatabaseError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for DatabaseError
impl From<Error> for DatabaseError
source§impl From<Error> for DatabaseError
impl From<Error> for DatabaseError
source§impl From<Error> for DatabaseError
impl From<Error> for DatabaseError
source§impl From<Error> for DatabaseError
impl From<Error> for DatabaseError
source§impl From<Error> for DatabaseError
impl From<Error> for DatabaseError
source§impl From<Error> for DatabaseError
impl From<Error> for DatabaseError
source§impl From<Error> for DatabaseError
impl From<Error> for DatabaseError
source§impl From<JoinError> for DatabaseError
impl From<JoinError> for DatabaseError
source§impl From<SerializedBytesError> for DatabaseError
impl From<SerializedBytesError> for DatabaseError
source§fn from(source: SerializedBytesError) -> Self
fn from(source: SerializedBytesError) -> Self
Converts to this type from the input type.
source§impl From<TimestampError> for DatabaseError
impl From<TimestampError> for DatabaseError
source§impl PartialEq<DatabaseError> for DatabaseError
impl PartialEq<DatabaseError> for DatabaseError
Auto Trait Implementations§
impl !RefUnwindSafe for DatabaseError
impl Send for DatabaseError
impl Sync for DatabaseError
impl Unpin for DatabaseError
impl !UnwindSafe for DatabaseError
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
source§impl<E> Fail for Ewhere
E: Error + Send + Sync + 'static,
impl<E> Fail for Ewhere
E: Error + Send + Sync + 'static,
source§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read more§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.§impl<T> Upcastable for Twhere
T: Any + Send + Sync + 'static,
impl<T> Upcastable for Twhere
T: Any + Send + Sync + 'static,
§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref