Skip to main content

map_executor_response_to_outcome

Function map_executor_response_to_outcome 

Source
pub fn map_executor_response_to_outcome(
    response: &ExecutorResponse,
) -> AttemptOutcome
Expand 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.