Waiting for engine...
Skip to main content

DeployedApiSubscriptionErrorCode

Defines error codes for API subscription operations and validation.

enum DeployedApiSubscriptionErrorCode {
API_KEY_ID_EMPTY
API_KEY_NOT_FOUND
INVALID_API_KEY_STATUS
APPLICATION_ID_EMPTY
APPLICATION_NOT_FOUND
APPLICATION_INACTIVE
PLAN_ID_EMPTY
PLAN_NOT_FOUND
PLAN_INVALID
GATEWAY_REQUIRED
EXPIRATION_DATE_INVALID
API_KEY_INVALID_STATUS_FOR_DELETE
MESSAGE_TOO_LONG
}

Values

DeployedApiSubscriptionErrorCode.API_KEY_ID_EMPTY {#api-key-id-empty}

DeployedApiSubscriptionErrorCode.API_KEY_NOT_FOUND {#api-key-not-found}

DeployedApiSubscriptionErrorCode.INVALID_API_KEY_STATUS {#invalid-api-key-status}

DeployedApiSubscriptionErrorCode.APPLICATION_ID_EMPTY {#application-id-empty}

DeployedApiSubscriptionErrorCode.APPLICATION_NOT_FOUND {#application-not-found}

DeployedApiSubscriptionErrorCode.APPLICATION_INACTIVE {#application-inactive}

DeployedApiSubscriptionErrorCode.PLAN_ID_EMPTY {#plan-id-empty}

DeployedApiSubscriptionErrorCode.PLAN_NOT_FOUND {#plan-not-found}

DeployedApiSubscriptionErrorCode.PLAN_INVALID {#plan-invalid}

DeployedApiSubscriptionErrorCode.GATEWAY_REQUIRED {#gateway-required}

DeployedApiSubscriptionErrorCode.EXPIRATION_DATE_INVALID {#expiration-date-invalid}

DeployedApiSubscriptionErrorCode.API_KEY_INVALID_STATUS_FOR_DELETE {#api-key-invalid-status-for-delete}

DeployedApiSubscriptionErrorCode.MESSAGE_TOO_LONG {#message-too-long}

On this Page