Package | com.adobe.mediacore.notifications |
Class | public final class NotificationCode |
Inheritance | NotificationCode ![]() |
Method | Defined By | ||
---|---|---|---|
getDescriptionFor(code:int):String [static]
Returns the description associated with the provided code
| NotificationCode |
Constant | Defined 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 |
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
|
String |
CONTENT_REMOVAL_ERROR | Constant |
public static const CONTENT_REMOVAL_ERROR:int = 202201
Removing content from the timeline has failed.
CONTENT_RESOLVING_ERROR | Constant |
public static const CONTENT_RESOLVING_ERROR:int = 202200
Resolving process has failed.
GENERIC_ERROR | Constant |
public static const GENERIC_ERROR:int = 199999
Native library code generated code.
NATIVE_ERROR | Constant |
public static const NATIVE_ERROR:int = 106000
Underlying engine issued an error.
PAUSE_ERROR | Constant |
public static const PAUSE_ERROR:int = 101008
Pausing the current resource has failed.
PLAYBACK_ERROR | Constant |
public static const PLAYBACK_ERROR:int = 101000
Playing the current resource has failed.
RESOURCE_LOAD_ERROR | Constant |
public static const RESOURCE_LOAD_ERROR:int = 102100
Loading of the specified resource has failed.
SEEK_ERROR | Constant |
public static const SEEK_ERROR:int = 101009
Seek operation into the current resource has failed.
SET_ABR_PARAMETERS_ERROR | Constant |
public static const SET_ABR_PARAMETERS_ERROR:int = 107004
Changing the adaptive bit rate control parameters failed.