Packagecom.brightcove.api.error
Classpublic class ErrorTypes
InheritanceErrorTypes Inheritance Object

Enum class for holding code values for the different types of errors dispatched from the player.



Public Constants
 ConstantDefined 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
Constant Detail
DOMAIN_RESTRICTEDConstant
public static const DOMAIN_RESTRICTED:uint = 1

The player is not allowed to be viewed on the requesting domain.

GEO_RESTRICTEDConstant 
public static const GEO_RESTRICTED:uint = 2

The player may not be viewed in the current geography.

INVALID_IDConstant 
public static const INVALID_ID:uint = 3

The ID provided for the player is not for a currently active player.

NO_CONTENTConstant 
public static const NO_CONTENT:uint = 4

There was no programmed content in the player.

PE_COMPONENT_CORRUPTEDConstant 
public static const PE_COMPONENT_CORRUPTED:uint = 18

A module was corrupted and could not be loaded.

PE_LIVE_UNPUBLISHEDConstant 
public static const PE_LIVE_UNPUBLISHED:uint = 14

There was an error connecting to the Live stream

PE_REQUIRED_COMPONENTConstant 
public static const PE_REQUIRED_COMPONENT:uint = 16

A required module could not be loaded.

PE_REQUIRED_COMPONENT_CORRUPTEDConstant 
public static const PE_REQUIRED_COMPONENT_CORRUPTED:uint = 17

A required module was corrupted and could not be loaded.

SERVICE_UNAVAILABLEConstant 
public static const SERVICE_UNAVAILABLE:uint = 8

There was an error connecting to the backend on initial load.

UNAVAILABLE_CONTENTConstant 
public static const UNAVAILABLE_CONTENT:uint = 5

There was an error loading the video content.

UNKNOWNConstant 
public static const UNKNOWN:uint = 0

There was an unidentifiable issue that prevents load or playback.

UPGRADE_REQUIRED_FOR_PLAYERConstant 
public static const UPGRADE_REQUIRED_FOR_PLAYER:uint = 7

An upgrade to the Flash Player is required to load the player.

UPGRADE_REQUIRED_FOR_VIDEOConstant 
public static const UPGRADE_REQUIRED_FOR_VIDEO:uint = 6

An upgrade to the Flash Player is required to view the content.

VE_FMS_CONNECT_FAILEDConstant 
public static const VE_FMS_CONNECT_FAILED:uint = 9

There was an error connecting to FMS.

VE_FMS_NOTFOUNDConstant 
public static const VE_FMS_NOTFOUND:uint = 10

There was an error connecting to an FMS stream.

VE_PD_NOTFOUNDConstant 
public static const VE_PD_NOTFOUND:uint = 11

There was an error connecting to PD content.

VS_RESTRICT_INACTIVEConstant 
public static const VS_RESTRICT_INACTIVE:uint = 12

The content that was requested is inactive

VS_RESTRICT_SCHEDULEDConstant 
public static const VS_RESTRICT_SCHEDULED:uint = 13

The content that was requested is not currently scheduled.

VS_SECURITY_VIDConstant 
public static const VS_SECURITY_VID:uint = 15

There video id requested doesn't exist.