Let the server make retry decisions, when applicable.
In some cases the server knows how to handle retry behavior better than the client. For example, if a server-side resource is exhausted and the server knows when it will come back online, it can tell the client exactly when to retry.
If this option is enabled, any supplied retry, backoff, or idempotency policies may be overridden by a recommendation from the server.
For example, the server may know it is safe to retry a non-idempotent request, or safe to retry a status code that is typically a permanent error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This webpage documents different versions of the `EnableServerRetriesOption`, ranging from the latest release candidate, version 2.37.0-rc, down to version 2.10.1."],["The `EnableServerRetriesOption` allows the server to make decisions about retries, potentially overriding client-side retry, backoff, or idempotency policies."],["Enabling this option can lead to more efficient retries, as the server may have better insight into when a retry is safe or when resources will be available."],["The server may choose to retry non-idempotent requests or requests with status codes that are typically permanent errors, if it knows it's safe."],["The `EnableServerRetriesOption` is a boolean type, aliased to `bool`."]]],[]]