pub fn map_executor_response_to_outcome(
response: &ExecutorResponse,
) -> AttemptOutcomeExpand description
Maps an executor terminal response into a canonical attempt outcome.
For successful responses, the handler’s opaque output bytes (if any) are
threaded through to the AttemptOutcome and from there into the WAL and
projection, making them queryable from the run’s attempt history.