BCOVVideoErrorCode Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | BrightcovePlayerSDK-Swift.h |
DuplicateParameters
The same parameter name was provided more than once in the request.
@property (nonatomic, class, readonly, copy) NSString *DuplicateParametersDiscussion
The same parameter name was provided more than once in the request.
Declared In
BrightcovePlayerSDK-Swift.h
TokenRequired
A JWT is required by the Playback Rights but was not provided.
@property (nonatomic, class, readonly, copy) NSString *TokenRequiredDiscussion
A JWT is required by the Playback Rights but was not provided.
Declared In
BrightcovePlayerSDK-Swift.h
TokenValidation
The JWT provided did not pass validation.
@property (nonatomic, class, readonly, copy) NSString *TokenValidationDiscussion
The JWT provided did not pass validation.
Declared In
BrightcovePlayerSDK-Swift.h
AccountID
The account id in the policy key does not match the account in the api request.
@property (nonatomic, class, readonly, copy) NSString *AccountIDDiscussion
The account id in the policy key does not match the account in the api request.
Declared In
BrightcovePlayerSDK-Swift.h
ClientGeo
The video is restricted from playing in the current geo region; the message will contain additional information about the specific issue.
@property (nonatomic, class, readonly, copy) NSString *ClientGeoDiscussion
The video is restricted from playing in the current geo region; the message will contain additional information about the specific issue.
Declared In
BrightcovePlayerSDK-Swift.h
ClientIP
The video is restricted at the current IP address.
@property (nonatomic, class, readonly, copy) NSString *ClientIPDiscussion
The video is restricted at the current IP address.
Declared In
BrightcovePlayerSDK-Swift.h
Domain
The video is restricted from playing on the current domain.
@property (nonatomic, class, readonly, copy) NSString *DomainDiscussion
The video is restricted from playing on the current domain.
Declared In
BrightcovePlayerSDK-Swift.h
Offers
The JWT does not allow for playback based on offers available in the video.
@property (nonatomic, class, readonly, copy) NSString *OffersDiscussion
The JWT does not allow for playback based on offers available in the video.
Declared In
BrightcovePlayerSDK-Swift.h
Tags
The JWT does not allow for playback based on tags available in the video.
@property (nonatomic, class, readonly, copy) NSString *TagsDiscussion
The JWT does not allow for playback based on tags available in the video.
Declared In
BrightcovePlayerSDK-Swift.h
VideoNotPlayable
For a single video request, the video exists, but is not allowed to be played now.
@property (nonatomic, class, readonly, copy) NSString *VideoNotPlayableDiscussion
For a single video request, the video exists, but is not allowed to be played now.
Declared In
BrightcovePlayerSDK-Swift.h
VideoNotFound
The requested video is not available.
@property (nonatomic, class, readonly, copy) NSString *VideoNotFoundDiscussion
The requested video is not available.
Declared In
BrightcovePlayerSDK-Swift.h
PlaylistNotFound
The requested playlist is not available.
@property (nonatomic, class, readonly, copy) NSString *PlaylistNotFoundDiscussion
The requested playlist is not available.
Declared In
BrightcovePlayerSDK-Swift.h
MethodNotAllowed
Only GET, HEAD and OPTIONS are allowed for this api.
@property (nonatomic, class, readonly, copy) NSString *MethodNotAllowedDiscussion
Only GET, HEAD and OPTIONS are allowed for this api.
Declared In
BrightcovePlayerSDK-Swift.h
ServerError
Internal server error.
@property (nonatomic, class, readonly, copy) NSString *ServerErrorDiscussion
Internal server error.
Declared In
BrightcovePlayerSDK-Swift.h
AccountRetrieveFailure
Got a bad response from a backend server.
@property (nonatomic, class, readonly, copy) NSString *AccountRetrieveFailureDiscussion
Got a bad response from a backend server.
Declared In
BrightcovePlayerSDK-Swift.h
VideoUrlsRetrieveFailure
@property (nonatomic, class, readonly, copy) NSString *VideoUrlsRetrieveFailure PlaylistRetrieveFailure
@property (nonatomic, class, readonly, copy) NSString *PlaylistRetrieveFailure PlaybackRightRetrieveFailure
Cannot retrive playback right from cloudfront
@property (nonatomic, class, readonly, copy) NSString *PlaybackRightRetrieveFailureDiscussion
Cannot retrive playback right from cloudfront
Declared In
BrightcovePlayerSDK-Swift.h
PlaylistVideosRetrieveFailure
@property (nonatomic, class, readonly, copy) NSString *PlaylistVideosRetrieveFailure LicenseRetreiveFailure
Failed to get license from Fabric License Server for this video.
@property (nonatomic, class, readonly, copy) NSString *LicenseRetreiveFailureDiscussion
Failed to get license from Fabric License Server for this video.
Declared In
BrightcovePlayerSDK-Swift.h
OffersRetreiveFailure
Failed to get offers from Adamas API for this video.
@property (nonatomic, class, readonly, copy) NSString *OffersRetreiveFailureDiscussion
Failed to get offers from Adamas API for this video.
Declared In
BrightcovePlayerSDK-Swift.h
RightsRetrieveFailure
Failed to retrieve Playback Rights for this video.
@property (nonatomic, class, readonly, copy) NSString *RightsRetrieveFailureDiscussion
Failed to retrieve Playback Rights for this video.
Declared In
BrightcovePlayerSDK-Swift.h
ServiceUnavailable
Returned this response from a backend server.
@property (nonatomic, class, readonly, copy) NSString *ServiceUnavailableDiscussion
Returned this response from a backend server.
Declared In
BrightcovePlayerSDK-Swift.h
ServerTimeout
Either a backend server or one of the servers they rely on timed out.
@property (nonatomic, class, readonly, copy) NSString *ServerTimeoutDiscussion
Either a backend server or one of the servers they rely on timed out.
Declared In
BrightcovePlayerSDK-Swift.h