Waiting for engine...
Skip to main content

DeployedApiPlansErrorCode

Defines error codes for API plan operations and validation.

enum DeployedApiPlansErrorCode {
PLAN_NAME_NOT_EMPTY
PLAN_NAME_DUPLICATE
PLANE_NAME_LONG
DESCRIPTION_LONG
MESSAGE_SIZE_MIN
RATE_LIMIT_MIN
QUOTA_LIMIT_MIN
MESSAGE_SIZE_MAX
INVALID_RATE_PERIOD
INVALID_QUOTA_PERIOD
PLAN_ALREADY_DELETED
INPUT_PLAN_IDS_NOT_VALID
KEYLESS_PLAN_ID_NOT_FOUND
KEYLESS_PLAN_MISSING_IN_PLANS_LIST
KEYLESS_PLAN_NOT_SUPPORTED
DISABLED_PLAN_IDS
DEPLOYMENT_WITH_PENDING_SUBSCRIPTIONS
PLANS_WITH_ACTIVE_SUBSCRIPTIONS
PLANS_WITH_ACTIVE_DEPLOYMENTS
PLAN_ID_EMPTY
}

Values

DeployedApiPlansErrorCode.PLAN_NAME_NOT_EMPTY

DeployedApiPlansErrorCode.PLAN_NAME_DUPLICATE

DeployedApiPlansErrorCode.PLANE_NAME_LONG

DeployedApiPlansErrorCode.DESCRIPTION_LONG

DeployedApiPlansErrorCode.MESSAGE_SIZE_MIN

DeployedApiPlansErrorCode.RATE_LIMIT_MIN

DeployedApiPlansErrorCode.QUOTA_LIMIT_MIN

DeployedApiPlansErrorCode.MESSAGE_SIZE_MAX

DeployedApiPlansErrorCode.INVALID_RATE_PERIOD

DeployedApiPlansErrorCode.INVALID_QUOTA_PERIOD

DeployedApiPlansErrorCode.PLAN_ALREADY_DELETED

DeployedApiPlansErrorCode.INPUT_PLAN_IDS_NOT_VALID

DeployedApiPlansErrorCode.KEYLESS_PLAN_ID_NOT_FOUND

DeployedApiPlansErrorCode.KEYLESS_PLAN_MISSING_IN_PLANS_LIST

DeployedApiPlansErrorCode.KEYLESS_PLAN_NOT_SUPPORTED

DeployedApiPlansErrorCode.DISABLED_PLAN_IDS

DeployedApiPlansErrorCode.DEPLOYMENT_WITH_PENDING_SUBSCRIPTIONS

DeployedApiPlansErrorCode.PLANS_WITH_ACTIVE_SUBSCRIPTIONS

DeployedApiPlansErrorCode.PLANS_WITH_ACTIVE_DEPLOYMENTS

DeployedApiPlansErrorCode.PLAN_ID_EMPTY

On this Page