TransitionErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of errors that prevents subscription transfer.
public enum TransitionErrorCode
type TransitionErrorCode =
Public Enum TransitionErrorCode
- Inheritance
-
TransitionErrorCode
Fields
Name | Value | Description |
---|---|---|
Other | 0 | General error. |
DelegatedAdminPermissionsDisabled | 1 | Transition cannot be performed because DAP has been disabled. |
SubscriptionStatusNotActive | 2 | Transition cannot be performed because the subscription status is suspended or deleted. |
ConflictingServiceTypes | 3 | Transition cannot be performed because of conflicting source service types. |
ConcurrencyConflicts | 4 | Transition cannot be performed due to concurrent subscription restrictions. |
UserContextRequired | 5 | Transition cannot be performed because the current request is using App context. |
SubscriptionAddOnsPresent | 6 | Transition cannot be performed because the source subscription has previously purchased add-ons. |
SubscriptionDoesNotHaveAnyTransitionedPaths | 7 | Transition cannot be performed because the source subscription does not have upgrade paths. |
SubscriptionTargetOfferNotFound | 8 | Transition cannot be performed because the specified transition path is not an available transition path. |
SubscriptionNotProvisioned | 9 | The subscription is not provisioned yet. Happens when the order is still being processed. Eventually the subscription will be provisioned and an entitlement is created. |
OfferDoesNotSupportBillingCycle | 10 | The offer does not support the billing cycle Happens when the target offer does not support the billing cycle set on the source subscription. |
ConversionsNotFound | 11 | Cannot find any conversions for the trial subscription to convert to. |
UserLicenseError | 12 | User license transfer failed to complete. |