mutation_outcome_response

Function mutation_outcome_response 

Source
pub fn mutation_outcome_response(
    prefix: &str,
    outcome: &DavMutationOutcome,
    limits: DavMultiStatusLimits,
) -> Result<DavResponse, DavMutationComposeError>
Expand description

Composes the canonical response for a recursive mutation outcome.

ยงErrors

Returns a Multi-Status serialization error when accumulated failures exceed response limits.