Waiting for engine...
Skip to main content

DeployedApiRetryCase

Defines the specific error conditions that trigger API execution retries.

enum DeployedApiRetryCase {
CONNECT_TIMEOUT
EXECUTION_TIMEOUT
HOST_ROUTING_ERROR
HOST_NOT_FOUND
CONNECTION_DROPPED
}

Values

DeployedApiRetryCase.CONNECT_TIMEOUT

DeployedApiRetryCase.EXECUTION_TIMEOUT

DeployedApiRetryCase.HOST_ROUTING_ERROR

DeployedApiRetryCase.HOST_NOT_FOUND

DeployedApiRetryCase.CONNECTION_DROPPED

Member Of

DeployedApiExecutionSettings object ●  DeployedApiExecutionSettingsInput input

On this Page