Class VSErrorCode
- java.lang.Object
-
- apple.videosubscriberaccount.enums.VSErrorCode
-
public final class VSErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAccessNotGrantedThe user has not granted the app access to their subscription information.static longInvalidVerificationTokenThe request's verification token was rejected by the user's subscription provider.static longProviderRejectedThe user's subscription provider did not allow the request to proceed, e.g. because the subscription tier doesn't include the resource, or interactive reauthentication is required, but the request does not allow interruption.static longRejectedFor use by TV Provider applications only.static longServiceTemporarilyUnavailableThe request failed, but a subsequent attempt might succeed.static longUnsupportedThe TV Provider feature is not supported in the device's current region.static longUnsupportedProviderThe system does not currently support the user's subscription provider.static longUserCancelledThe request was cancelled by the user.
-
-
-
Field Detail
-
AccessNotGranted
public static final long AccessNotGranted
The user has not granted the app access to their subscription information.- See Also:
- Constant Field Values
-
UnsupportedProvider
public static final long UnsupportedProvider
The system does not currently support the user's subscription provider.- See Also:
- Constant Field Values
-
UserCancelled
public static final long UserCancelled
The request was cancelled by the user.- See Also:
- Constant Field Values
-
ServiceTemporarilyUnavailable
public static final long ServiceTemporarilyUnavailable
The request failed, but a subsequent attempt might succeed.- See Also:
- Constant Field Values
-
ProviderRejected
public static final long ProviderRejected
The user's subscription provider did not allow the request to proceed, e.g. because the subscription tier doesn't include the resource, or interactive reauthentication is required, but the request does not allow interruption.- See Also:
- Constant Field Values
-
InvalidVerificationToken
public static final long InvalidVerificationToken
The request's verification token was rejected by the user's subscription provider.- See Also:
- Constant Field Values
-
Rejected
public static final long Rejected
For use by TV Provider applications only.- See Also:
- Constant Field Values
-
Unsupported
public static final long Unsupported
The TV Provider feature is not supported in the device's current region.- See Also:
- Constant Field Values
-
-