Enum zkstate::ZkStructError[][src]

pub enum ZkStructError {
    LockAcquireTimeout,
    StaleRead,
    StaleWrite,
    ZkError(ZkError),
    Poisoned,
}

Variants

LockAcquireTimeout

Timed out when trying to lock the struct for writing

StaleRead
StaleWrite

The expected version of the object does not match the remote version.

ZkError(ZkError)

Tuple Fields of ZkError

0: ZkError
Poisoned

Trait Implementations

Formats the value using the given formatter. Read more

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.

Performs the conversion.

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.