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::requestbuilds one for anything the model does not cover. - Retry
Policy - 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.