<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macOS: -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoSubscriberAccount",
  "identifier" : "/documentation/VideoSubscriberAccount/VSError",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Video Subscriber Account"
    ],
    "preciseIdentifier" : "s:SC11VSErrorCodeLeV"
  },
  "title" : "VSError"
}
-->

# VSError

Error information in the framework error domain.

```
struct VSError
```

## Topics

### Error information

[`errorDomain`](/documentation/VideoSubscriberAccount/VSError/errorDomain)

### Error codes

[`accessNotGranted`](/documentation/VideoSubscriberAccount/VSError/accessNotGranted)

The user hasn’t granted access to their subscription information.

[`invalidVerificationToken`](/documentation/VideoSubscriberAccount/VSError/invalidVerificationToken)

The user’s subscription provider rejected the verification token that the app sent with the request.

[`providerRejected`](/documentation/VideoSubscriberAccount/VSError/providerRejected)

The user’s subscription provider didn’t allow the request to proceed.

[`rejected`](/documentation/VideoSubscriberAccount/VSError/rejected)

The system rejected the request.

[`serviceTemporarilyUnavailable`](/documentation/VideoSubscriberAccount/VSError/serviceTemporarilyUnavailable)

The request failed due to a timeout or unreachable host, but a subsequent attempt might succeed.

[`unsupported`](/documentation/VideoSubscriberAccount/VSError/unsupported)

The provider doesn’t support the feature the user requested in the device’s current region.

[`unsupportedProvider`](/documentation/VideoSubscriberAccount/VSError/unsupportedProvider)

The system doesn’t support the user’s subscription provider.

[`userCancelled`](/documentation/VideoSubscriberAccount/VSError/userCancelled)

The user canceled the request.

[`Code`](/documentation/VideoSubscriberAccount/VSError/Code)

Error codes in the framework error domain.

## Relationships

### Conforms To

[`Error`](/documentation/Swift/Error)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomNSError`](/documentation/Foundation/CustomNSError)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)