Skip to main content

Module operation

Module operation 

Source
Expand description

Allocation-free operation preparation and checked response policy.

Structs§

CheckedResponse
Response that passed one operation’s complete provider-neutral policy.
OperationMetadata
Complete operation safety metadata without permissive defaults.
PreparationStorage
Caller-owned target and request-body storage supplied to preparation.
PreparedRequest
Complete request, endpoint, operation metadata, and response policy.
ProviderService
Provider service and immutable expected endpoint identity.
ResponsePolicy
Complete checked-response policy.

Enums§

ContentTypePolicy
Response content-type requirement and accepted media types.
CostIntent
Whether executing the operation may directly incur provider charges.
OperationImpact
Provider operation impact.
OperationMetadataError
Incoherent operation metadata.
PreparedExecutionError
Prepared execution failure with transport details redacted from diagnostics.
RequestSemantics
HTTP request semantics independent of provider impact.
ResponseBodyPolicy
Expected response-body shape.
ResponsePolicyError
Response rejected before provider decoding.
ResponsePolicyValidationError
Invalid response-policy construction.
RetryEligibility
Whether caller-owned retry policy may retry the operation.

Traits§

PrepareOperation
Typed provider operation that can prepare one complete request.