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
DeployedApiExecutionSettingsErrorCode.RETRIES_INVALID
DeployedApiExecutionSettingsErrorCode.RETRY_CASES_NOT_SELECTED
DeployedApiExecutionSettingsErrorCode.EXECUTION_TIMEOUT_INVALID
DeployedApiExecutionSettingsErrorCode.CONNECT_TIMEOUT_INVALID
DeployedApiExecutionSettingsErrorCode.DEPLOYMENT_NOT_ON_GATEWAY
DeployedApiExecutionSettingsErrorCode.SUBSCRIPTION_CACHE_SIZE_INVALID
Member Of
GatewayErrorCode object
Was this topic helpful?