Skip to content

Retries

//trimble-id/com.trimble.id/HttpClientConfiguration/retries

retries

[JVM]
open var retries: Int

Number of retries for HTTP calls with a retry-able response. The code retries if the response status code is in the 5xx range. This indicates server-side errors, such as internal server errors, bad gateway, service unavailable, etc.