Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Node.js Driver. Switch to the latest stable version.
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