Skip to main content

Module operation

Module operation 

Source
Expand description

A request that has not been sent yet, and the retry policy it carries.

Structs§

Operation
A request the client has not sent yet. Generated service methods build one from a Route; crate::Client::request builds one for anything the model does not cover.
RetryPolicy
How many times an operation may be sent, and how the waits between attempts grow. Every operation carries one: a modelled route’s comes from the behavior model, a raw call’s from the client, and both are held under the client’s own ceilings.

Constants§

DEFAULT_RETRY_ON
The statuses a call is resent on when nothing more specific says: what the behavior model gives every retried operation.