Packagecom.adobe.mediacore.notifications
Classpublic final class NotificationCode
InheritanceNotificationCode Inheritance Object



Public Methods
 MethodDefined By
  
getDescriptionFor(code:int):String
[static] Returns the description associated with the provided code
NotificationCode
Public Constants
 ConstantDefined By
  CONTENT_REMOVAL_ERROR : int = 202201
[static] Removing content from the timeline has failed.
NotificationCode
  CONTENT_RESOLVING_ERROR : int = 202200
[static] Resolving process has failed.
NotificationCode
  GENERIC_ERROR : int = 199999
[static] Native library code generated code.
NotificationCode
  NATIVE_ERROR : int = 106000
[static] Underlying engine issued an error.
NotificationCode
  PAUSE_ERROR : int = 101008
[static] Pausing the current resource has failed.
NotificationCode
  PLAYBACK_ERROR : int = 101000
[static] Playing the current resource has failed.
NotificationCode
  RESOURCE_LOAD_ERROR : int = 102100
[static] Loading of the specified resource has failed.
NotificationCode
  SEEK_ERROR : int = 101009
[static] Seek operation into the current resource has failed.
NotificationCode
  SET_ABR_PARAMETERS_ERROR : int = 107004
[static] Changing the adaptive bit rate control parameters failed.
NotificationCode
Method Detail
getDescriptionFor()method
public static function getDescriptionFor(code:int):String

Returns the description associated with the provided code

Parameters

code:int — The code whose description is sought

Returns
String
Constant Detail
CONTENT_REMOVAL_ERRORConstant
public static const CONTENT_REMOVAL_ERROR:int = 202201

Removing content from the timeline has failed.

CONTENT_RESOLVING_ERRORConstant 
public static const CONTENT_RESOLVING_ERROR:int = 202200

Resolving process has failed.

GENERIC_ERRORConstant 
public static const GENERIC_ERROR:int = 199999

Native library code generated code.

NATIVE_ERRORConstant 
public static const NATIVE_ERROR:int = 106000

Underlying engine issued an error.

PAUSE_ERRORConstant 
public static const PAUSE_ERROR:int = 101008

Pausing the current resource has failed.

PLAYBACK_ERRORConstant 
public static const PLAYBACK_ERROR:int = 101000

Playing the current resource has failed.

RESOURCE_LOAD_ERRORConstant 
public static const RESOURCE_LOAD_ERROR:int = 102100

Loading of the specified resource has failed.

SEEK_ERRORConstant 
public static const SEEK_ERROR:int = 101009

Seek operation into the current resource has failed.

SET_ABR_PARAMETERS_ERRORConstant 
public static const SET_ABR_PARAMETERS_ERROR:int = 107004

Changing the adaptive bit rate control parameters failed.