Enum persistent_keystore_rs::errors::DatabaseError[][src]

pub enum DatabaseError {
Show 20 variants TableExists(String), TableDoesNotExist(String), TableMissingPrimaryKey, TableNameNotSet, TableMustContainFields, EntryMustContainFields, EntryExists, EntryDoesNotExists, DatabaseIoError(Error), DatabaseExistsError, DatabaseDoesNotExist(String), UnsupportedField(String), MissingRequiredField(String), MismatchedFieldType, UnsupportedFieldType, DatabaseSerializationError(Box<ErrorKind>), UnableToGetLock, InvalidPrimaryKey, DatabaseDecompressionError(DecompressError), DatabaseCompressionError(CompressError),
}

Variants

TableExists(String)

Tuple Fields

0: String

TableDoesNotExist(String)

Tuple Fields

0: String

TableMissingPrimaryKey

TableNameNotSet

TableMustContainFields

EntryMustContainFields

EntryExists

EntryDoesNotExists

DatabaseIoError(Error)

Tuple Fields

0: Error

DatabaseExistsError

DatabaseDoesNotExist(String)

Tuple Fields

0: String

UnsupportedField(String)

Tuple Fields

0: String

MissingRequiredField(String)

Tuple Fields

0: String

MismatchedFieldType

UnsupportedFieldType

DatabaseSerializationError(Box<ErrorKind>)

Tuple Fields

UnableToGetLock

InvalidPrimaryKey

DatabaseDecompressionError(DecompressError)

Tuple Fields

DatabaseCompressionError(CompressError)

Tuple Fields

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more