Skip to content

error

Enums

  • RunError - Error type used by firma-run runtime orchestration.

Enum

Error type used by firma-run runtime orchestration.

Variants:

  • MissingCommand
  • ConfigParse{ 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 }
  • SidecarLocalNoAutostart
  • MissingSidecar
  • UnsupportedPlatform{ reason: String }
  • MissingAuthority
  • AuthorityDeclined
  • AuthorityPromptNoTty
  • AuthorityReadyTimeout{ 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