error
Module: error
Section titled “Module: error”Contents
Section titled “Contents”Enums
RunError- Error type used byfirma-runruntime orchestration.
firma_run::error::RunError
Section titled “firma_run::error::RunError”Enum
Error type used by firma-run runtime orchestration.
Variants:
MissingCommandConfigParse{ path: std::path::PathBuf, reason: String }ConfigValidation(String)UnsupportedBackend{ backend: String, reason: String }Backend{ backend: String, reason: String }Capability(String)Spawn(String)Wait(String)Internal(String)SidecarUnreachable{ endpoint: String, reason: String }SidecarReadyTimeout{ timeout_secs: u64, log_path: std::path::PathBuf }SidecarStartupFailed{ reason: String, log_path: std::path::PathBuf }SidecarLocalNoAutostartMissingSidecarUnsupportedPlatform{ reason: String }MissingAuthorityAuthorityDeclinedAuthorityPromptNoTtyAuthorityReadyTimeout{ timeout_secs: u64, log_path: std::path::PathBuf }AuthorityStartupFailed{ reason: String, log_path: std::path::PathBuf }AuthorityUnreachable{ url: String, reason: String }AuthorityTransportAmbiguous{ endpoint: String }AuthorityUnknownProfile{ name: String }Governance(String)
Traits: Error
Trait Implementations:
- Display
fn fmt(self: &Self, __formatter: & mut ::core::fmt::Formatter) -> ::core::fmt::Result
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result