Package | com.brightcove.api.error |
Class | public class ErrorTypes |
Inheritance | ErrorTypes ![]() |
Constant | Defined By | ||
---|---|---|---|
DOMAIN_RESTRICTED : uint = 1 [static]
The player is not allowed to be viewed on the requesting domain. | ErrorTypes | ||
GEO_RESTRICTED : uint = 2 [static]
The player may not be viewed in the current geography. | ErrorTypes | ||
INVALID_ID : uint = 3 [static]
The ID provided for the player is not for a currently active player. | ErrorTypes | ||
NO_CONTENT : uint = 4 [static]
There was no programmed content in the player. | ErrorTypes | ||
PE_COMPONENT_CORRUPTED : uint = 18 [static]
A module was corrupted and could not be loaded. | ErrorTypes | ||
PE_LIVE_UNPUBLISHED : uint = 14 [static]
There was an error connecting to the Live stream
| ErrorTypes | ||
PE_REQUIRED_COMPONENT : uint = 16 [static]
A required module could not be loaded. | ErrorTypes | ||
PE_REQUIRED_COMPONENT_CORRUPTED : uint = 17 [static]
A required module was corrupted and could not be loaded. | ErrorTypes | ||
SERVICE_UNAVAILABLE : uint = 8 [static]
There was an error connecting to the backend on initial load. | ErrorTypes | ||
UNAVAILABLE_CONTENT : uint = 5 [static]
There was an error loading the video content. | ErrorTypes | ||
UNKNOWN : uint = 0 [static]
There was an unidentifiable issue that prevents load or playback. | ErrorTypes | ||
UPGRADE_REQUIRED_FOR_PLAYER : uint = 7 [static]
An upgrade to the Flash Player is required to load the player. | ErrorTypes | ||
UPGRADE_REQUIRED_FOR_VIDEO : uint = 6 [static]
An upgrade to the Flash Player is required to view the content. | ErrorTypes | ||
VE_FMS_CONNECT_FAILED : uint = 9 [static]
There was an error connecting to FMS. | ErrorTypes | ||
VE_FMS_NOTFOUND : uint = 10 [static]
There was an error connecting to an FMS stream. | ErrorTypes | ||
VE_PD_NOTFOUND : uint = 11 [static]
There was an error connecting to PD content. | ErrorTypes | ||
VS_RESTRICT_INACTIVE : uint = 12 [static]
The content that was requested is inactive
| ErrorTypes | ||
VS_RESTRICT_SCHEDULED : uint = 13 [static]
The content that was requested is not currently scheduled. | ErrorTypes | ||
VS_SECURITY_VID : uint = 15 [static]
There video id requested doesn't exist. | ErrorTypes |
DOMAIN_RESTRICTED | Constant |
public static const DOMAIN_RESTRICTED:uint = 1
The player is not allowed to be viewed on the requesting domain.
GEO_RESTRICTED | Constant |
public static const GEO_RESTRICTED:uint = 2
The player may not be viewed in the current geography.
INVALID_ID | Constant |
public static const INVALID_ID:uint = 3
The ID provided for the player is not for a currently active player.
NO_CONTENT | Constant |
public static const NO_CONTENT:uint = 4
There was no programmed content in the player.
PE_COMPONENT_CORRUPTED | Constant |
public static const PE_COMPONENT_CORRUPTED:uint = 18
A module was corrupted and could not be loaded.
PE_LIVE_UNPUBLISHED | Constant |
public static const PE_LIVE_UNPUBLISHED:uint = 14
There was an error connecting to the Live stream
PE_REQUIRED_COMPONENT | Constant |
public static const PE_REQUIRED_COMPONENT:uint = 16
A required module could not be loaded.
PE_REQUIRED_COMPONENT_CORRUPTED | Constant |
public static const PE_REQUIRED_COMPONENT_CORRUPTED:uint = 17
A required module was corrupted and could not be loaded.
SERVICE_UNAVAILABLE | Constant |
public static const SERVICE_UNAVAILABLE:uint = 8
There was an error connecting to the backend on initial load.
UNAVAILABLE_CONTENT | Constant |
public static const UNAVAILABLE_CONTENT:uint = 5
There was an error loading the video content.
UNKNOWN | Constant |
public static const UNKNOWN:uint = 0
There was an unidentifiable issue that prevents load or playback.
UPGRADE_REQUIRED_FOR_PLAYER | Constant |
public static const UPGRADE_REQUIRED_FOR_PLAYER:uint = 7
An upgrade to the Flash Player is required to load the player.
UPGRADE_REQUIRED_FOR_VIDEO | Constant |
public static const UPGRADE_REQUIRED_FOR_VIDEO:uint = 6
An upgrade to the Flash Player is required to view the content.
VE_FMS_CONNECT_FAILED | Constant |
public static const VE_FMS_CONNECT_FAILED:uint = 9
There was an error connecting to FMS.
VE_FMS_NOTFOUND | Constant |
public static const VE_FMS_NOTFOUND:uint = 10
There was an error connecting to an FMS stream.
VE_PD_NOTFOUND | Constant |
public static const VE_PD_NOTFOUND:uint = 11
There was an error connecting to PD content.
VS_RESTRICT_INACTIVE | Constant |
public static const VS_RESTRICT_INACTIVE:uint = 12
The content that was requested is inactive
VS_RESTRICT_SCHEDULED | Constant |
public static const VS_RESTRICT_SCHEDULED:uint = 13
The content that was requested is not currently scheduled.
VS_SECURITY_VID | Constant |
public static const VS_SECURITY_VID:uint = 15
There video id requested doesn't exist.