Retry Exceptions
- Last Updated: November 15, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Google Bigquery 8.0
- Documentation
Attribute
RetryExceptions (rex)
Purpose
Determines whether the driver retries an API call execution if an HTTP failure or driver exception occurs. The number of retry attempts is specified by the value of the WS Retry Count (WSRetryCount) connection option. By default, exceptions caused during a call execution cannot be retried.
Valid Values
0 | 1
Behavior
If set to 1 (true), the driver uses the value specified by the connection option WSRetryCount to retry the API call when an exception occurs.
If set to 0 (false), the driver does not retry the API call when an exception occurs.
Default
0 (false)