Was this page helpful?
FallthroughRetryPolicy¶
policies/retry~FallthroughRetryPolicy()
A retry policy that never retries and returns errors straight to the user.
If this policy is used, retry logic will have to be implemented in business code.
This policy is implemented on the Rust side.
Constructor¶
new FallthroughRetryPolicy()
Creates a new instance of FallthroughRetryPolicy.
Extends:
- RetryPolicy
Extends¶
- RetryPolicy
Methods¶
(package) getRustConfiguration() → {rust.RetryPolicyKind}
Returns:
- Type
- rust.RetryPolicyKind