Skip to main content

reconcile

Function reconcile 

Source
fn reconcile<R>(
    endpoint: SuotarEndpoint,
    sent_ids: Vec<String>,
    items: Vec<SuotarResponseItem<R>>,
    http_status: u16,
    duration: Duration,
    raw_response: Arc<Value>,
) -> SuotarBatchResponse<R>
Expand description

Pairs the response against what was sent by requestItemId; order is not consulted.