Waiting for engine...
Skip to main content

DeployedApiExecutionSettingsErrorCode

Defines error codes for API execution settings configuration and validation.

enum DeployedApiExecutionSettingsErrorCode {
CONCURRENCY_INVALID
RETRIES_INVALID
RETRY_CASES_NOT_SELECTED
EXECUTION_TIMEOUT_INVALID
CONNECT_TIMEOUT_INVALID
DEPLOYMENT_NOT_ON_GATEWAY
SUBSCRIPTION_CACHE_SIZE_INVALID
}

Values

DeployedApiExecutionSettingsErrorCode.CONCURRENCY_INVALID {#concurrency-invalid}

DeployedApiExecutionSettingsErrorCode.RETRIES_INVALID {#retries-invalid}

DeployedApiExecutionSettingsErrorCode.RETRY_CASES_NOT_SELECTED {#retry-cases-not-selected}

DeployedApiExecutionSettingsErrorCode.EXECUTION_TIMEOUT_INVALID {#execution-timeout-invalid}

DeployedApiExecutionSettingsErrorCode.CONNECT_TIMEOUT_INVALID {#connect-timeout-invalid}

DeployedApiExecutionSettingsErrorCode.DEPLOYMENT_NOT_ON_GATEWAY {#deployment-not-on-gateway}

DeployedApiExecutionSettingsErrorCode.SUBSCRIPTION_CACHE_SIZE_INVALID {#subscription-cache-size-invalid}

Member Of

GatewayErrorCode object

On this Page