Enum holochain::conductor::CellError[][src]

pub enum CellError {
Show 24 variants DatabaseError(DatabaseError), CascadeError(CascadeError), JoinError(JoinError), Genesis(Box<ConductorApiError>), HeaderError(HeaderError), CellWithoutGenesis(CellId), Cleanup(StringPathBuf), DnaError(DnaError), EntryDefStoreError(EntryDefStoreError), WorkflowError(Box<WorkflowError>), WorkspaceError(WorkspaceError), RibosomeError(RibosomeError), SourceChainError(SourceChainError), InitFailed(InitResult), InitTimeout, FailedToCreateCache(Box<ConductorError>), HolochainP2pError(HolochainP2pError), ConductorError(Box<ConductorError>), ConductorApiError(Box<ConductorApiError>), SerializedBytesError(SerializedBytesError), Todo, OpMissingForReceipt(DhtOpHash), StateQueryError(StateQueryError), StateMutationError(StateMutationError),
}

Variants

DatabaseError(DatabaseError)

Tuple Fields of DatabaseError

0: DatabaseError
CascadeError(CascadeError)

Tuple Fields of CascadeError

0: CascadeError
JoinError(JoinError)

Tuple Fields of JoinError

0: JoinError

Tuple Fields of Genesis

0: Box<ConductorApiError>
HeaderError(HeaderError)

Tuple Fields of HeaderError

0: HeaderError
CellWithoutGenesis(CellId)

Tuple Fields of CellWithoutGenesis

0: CellId
Cleanup(StringPathBuf)

Tuple Fields of Cleanup

0: String1: PathBuf
DnaError(DnaError)

Tuple Fields of DnaError

0: DnaError
EntryDefStoreError(EntryDefStoreError)

Tuple Fields of EntryDefStoreError

0: EntryDefStoreError
WorkflowError(Box<WorkflowError>)

Tuple Fields of WorkflowError

0: Box<WorkflowError>
WorkspaceError(WorkspaceError)

Tuple Fields of WorkspaceError

0: WorkspaceError
RibosomeError(RibosomeError)

Tuple Fields of RibosomeError

0: RibosomeError
SourceChainError(SourceChainError)

Tuple Fields of SourceChainError

0: SourceChainError
InitFailed(InitResult)

Tuple Fields of InitFailed

0: InitResult
InitTimeout
FailedToCreateCache(Box<ConductorError>)

Tuple Fields of FailedToCreateCache

0: Box<ConductorError>
HolochainP2pError(HolochainP2pError)

Tuple Fields of HolochainP2pError

0: HolochainP2pError
ConductorError(Box<ConductorError>)

Tuple Fields of ConductorError

0: Box<ConductorError>
ConductorApiError(Box<ConductorApiError>)

Tuple Fields of ConductorApiError

0: Box<ConductorApiError>
SerializedBytesError(SerializedBytesError)

Tuple Fields of SerializedBytesError

0: SerializedBytesError
Todo
OpMissingForReceipt(DhtOpHash)

Tuple Fields of OpMissingForReceipt

0: DhtOpHash
StateQueryError(StateQueryError)

Tuple Fields of StateQueryError

0: StateQueryError
StateMutationError(StateMutationError)

Tuple Fields of StateMutationError

0: StateMutationError

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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

TODO: once 1.33.0 is the minimum supported compiler version, remove Any::type_id_compat and use StdAny::type_id instead. https://github.com/rust-lang/rust/issues/27745 Read more

The archived version of the pointer metadata for this type.

Converts some archived metadata to the pointer metadata for itself.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Attaches the provided Context to this type, returning a WithContext wrapper. Read more

Attaches the current Context to this type, returning a WithContext wrapper. Read more

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

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.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type for metadata in pointers and references to Self.

Should always be Self

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

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