R/04-stage-result.R
StageResult-class.Rd
Stages return this instead of throwing on failure so a struggling stage cannot silently emit valid-looking output.
status
"success" or "failure"
"success"
"failure"
value
annotated StateTransitionData on success; NULL on failure
StateTransitionData
NULL
reason
diagnostic string on failure; "" on success
""
provenance
list of ProvenanceStep records emitted by this stage; the same records are appended to value@provenance on success
ProvenanceStep
value@provenance