stagecoach.StageResult
Summarize the result of a staging operation.
Usage
stagecoach.StageResult(
source,
staged,
message="",
details=dict(),
)Parameter Attributes
source: strstaged: boolmessage: str = ""details: dict[str, Any] = dict()
Attributes
source: str-
Source identifier, such as
01_gold_mineor02_globus. staged: bool-
Whether the staging operation completed successfully.
message: str, default=“”-
Human-readable summary of the outcome.
details: dict[str, Any]- Source-specific metadata about the staging attempt.