Enum holochain::conductor::error::ConductorError[][src]

pub enum ConductorError {
Show 35 variants InternalCellError(CellError), AppError(AppError), AppBundleError(AppBundleError), DatabaseError(DatabaseError), CellNotActive, CellAlreadyActive, CellNotInitialized, CellMissing(CellId), ConductorConfigError(ConductorConfigError), ConfigError(String), SerializationError(Error), ShuttingDown, Todo(String), IoError(Error), SubmitTaskError(String), ZomeError(ZomeError), DnaError(DnaError), WorkflowError(WorkflowError), AppInterfaceIdCollision(AppInterfaceId), InterfaceError(Box<InterfaceError>), GenesisFailed { errors: Vec<CellError>, }, SerializedBytesError(SerializedBytesError), WasmMissing, AppNotInstalled(InstalledAppId), AppAlreadyInstalled(InstalledAppId), AppNotRunning(InstalledAppId), HolochainP2pError(HolochainP2pError), EntryDefStoreError(EntryDefStoreError), KeystoreError(KeystoreError), KitsuneP2pError(KitsuneP2pError), MrBundleError(MrBundleError), StateQueryError(StateQueryError), StateMutationError(StateMutationError), RusqliteError(Error), Other(Box<dyn Error + Send + Sync>),
}

Variants

InternalCellError(CellError)

Tuple Fields of InternalCellError

0: CellError
AppError(AppError)

Tuple Fields of AppError

0: AppError
AppBundleError(AppBundleError)

Tuple Fields of AppBundleError

0: AppBundleError
DatabaseError(DatabaseError)

Tuple Fields of DatabaseError

0: DatabaseError
CellNotActive
CellAlreadyActive
CellNotInitialized
CellMissing(CellId)

Tuple Fields of CellMissing

0: CellId
ConductorConfigError(ConductorConfigError)

Tuple Fields of ConductorConfigError

0: ConductorConfigError
ConfigError(String)

Tuple Fields of ConfigError

0: String
SerializationError(Error)

Tuple Fields of SerializationError

0: Error
ShuttingDown
Todo(String)

Tuple Fields of Todo

0: String
IoError(Error)

Tuple Fields of IoError

0: Error
SubmitTaskError(String)

Tuple Fields of SubmitTaskError

0: String
ZomeError(ZomeError)

Tuple Fields of ZomeError

0: ZomeError
DnaError(DnaError)

Tuple Fields of DnaError

0: DnaError
WorkflowError(WorkflowError)

Tuple Fields of WorkflowError

0: WorkflowError
AppInterfaceIdCollision(AppInterfaceId)

Tuple Fields of AppInterfaceIdCollision

0: AppInterfaceId
InterfaceError(Box<InterfaceError>)

Tuple Fields of InterfaceError

0: Box<InterfaceError>
GenesisFailed

Fields of GenesisFailed

errors: Vec<CellError>
SerializedBytesError(SerializedBytesError)

Tuple Fields of SerializedBytesError

0: SerializedBytesError
WasmMissing
AppNotInstalled(InstalledAppId)

Tuple Fields of AppNotInstalled

0: InstalledAppId
AppAlreadyInstalled(InstalledAppId)

Tuple Fields of AppAlreadyInstalled

0: InstalledAppId
AppNotRunning(InstalledAppId)

Tuple Fields of AppNotRunning

0: InstalledAppId
HolochainP2pError(HolochainP2pError)

Tuple Fields of HolochainP2pError

0: HolochainP2pError
EntryDefStoreError(EntryDefStoreError)

Tuple Fields of EntryDefStoreError

0: EntryDefStoreError
KeystoreError(KeystoreError)

Tuple Fields of KeystoreError

0: KeystoreError
KitsuneP2pError(KitsuneP2pError)

Tuple Fields of KitsuneP2pError

0: KitsuneP2pError
MrBundleError(MrBundleError)

Tuple Fields of MrBundleError

0: MrBundleError
StateQueryError(StateQueryError)

Tuple Fields of StateQueryError

0: StateQueryError
StateMutationError(StateMutationError)

Tuple Fields of StateMutationError

0: StateMutationError
RusqliteError(Error)

Tuple Fields of RusqliteError

0: Error
Other(Box<dyn Error + Send + Sync>)

Other

Tuple Fields of Other

0: Box<dyn Error + Send + Sync>

Implementations

promote a custom error type to a ConductorError

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.

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