Purpose

Determines whether the driver retries an API call execution when an HTTP failure or driver exception occurs. The number of retry attempts is specified by the WSRetryCount property. By default, exceptions caused during a call execution cannot be retried.

Valid Values

true | false

Behavior

If set to true, the driver uses the value specified by the connection property WSRetryCount to retry the API call when an exception occurs.

If set to false, the driver does not retry the API call when an exception occurs.

Data Source Method

setRetryExceptions

Default

false

See also

Additional properties