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 {#plan-name-not-empty}

DeployedApiPlansErrorCode.PLAN_NAME_DUPLICATE {#plan-name-duplicate}

DeployedApiPlansErrorCode.PLANE_NAME_LONG {#plane-name-long}

DeployedApiPlansErrorCode.DESCRIPTION_LONG {#description-long}

DeployedApiPlansErrorCode.MESSAGE_SIZE_MIN {#message-size-min}

DeployedApiPlansErrorCode.RATE_LIMIT_MIN {#rate-limit-min}

DeployedApiPlansErrorCode.QUOTA_LIMIT_MIN {#quota-limit-min}

DeployedApiPlansErrorCode.MESSAGE_SIZE_MAX {#message-size-max}

DeployedApiPlansErrorCode.INVALID_RATE_PERIOD {#invalid-rate-period}

DeployedApiPlansErrorCode.INVALID_QUOTA_PERIOD {#invalid-quota-period}

DeployedApiPlansErrorCode.PLAN_ALREADY_DELETED {#plan-already-deleted}

DeployedApiPlansErrorCode.INPUT_PLAN_IDS_NOT_VALID {#input-plan-ids-not-valid}

DeployedApiPlansErrorCode.KEYLESS_PLAN_ID_NOT_FOUND {#keyless-plan-id-not-found}

DeployedApiPlansErrorCode.KEYLESS_PLAN_MISSING_IN_PLANS_LIST {#keyless-plan-missing-in-plans-list}

DeployedApiPlansErrorCode.KEYLESS_PLAN_NOT_SUPPORTED {#keyless-plan-not-supported}

DeployedApiPlansErrorCode.DISABLED_PLAN_IDS {#disabled-plan-ids}

DeployedApiPlansErrorCode.DEPLOYMENT_WITH_PENDING_SUBSCRIPTIONS {#deployment-with-pending-subscriptions}

DeployedApiPlansErrorCode.PLANS_WITH_ACTIVE_SUBSCRIPTIONS {#plans-with-active-subscriptions}

DeployedApiPlansErrorCode.PLANS_WITH_ACTIVE_DEPLOYMENTS {#plans-with-active-deployments}

DeployedApiPlansErrorCode.PLAN_ID_EMPTY {#plan-id-empty}

On this Page