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 *DuplicateParameters
Discussion
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 *TokenRequired
Discussion
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 *TokenValidation
Discussion
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 *AccountID
Discussion
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 *ClientGeo
Discussion
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 *ClientIP
Discussion
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 *Domain
Discussion
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 *Offers
Discussion
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 *Tags
Discussion
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 *VideoNotPlayable
Discussion
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 *VideoNotFound
Discussion
The requested video is not available.
Declared In
BrightcovePlayerSDK-Swift.h
PlaylistNotFound
The requested playlist is not available.
@property (nonatomic, class, readonly, copy) NSString *PlaylistNotFound
Discussion
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 *MethodNotAllowed
Discussion
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 *ServerError
Discussion
Internal server error.
Declared In
BrightcovePlayerSDK-Swift.h
AccountRetrieveFailure
Got a bad response from a backend server.
@property (nonatomic, class, readonly, copy) NSString *AccountRetrieveFailure
Discussion
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 *PlaybackRightRetrieveFailure
Discussion
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 *LicenseRetreiveFailure
Discussion
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 *OffersRetreiveFailure
Discussion
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 *RightsRetrieveFailure
Discussion
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 *ServiceUnavailable
Discussion
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 *ServerTimeout
Discussion
Either a backend server or one of the servers they rely on timed out.
Declared In
BrightcovePlayerSDK-Swift.h