Packagecom.adobe.mediacore.notifications
Classpublic class MediaError
InheritanceMediaError Inheritance Notification Inheritance Object

Extends the Notification class and sets the type member only to ERROR value. This class can be used to instantiate only error notifications.

See also

com.adobe.mediacore.notifications.Notification


Public Properties
 PropertyDefined By
 Inheritedcode : uint
[read-only] The code of the notification.
Notification
 Inheriteddescription : String
[read-only] A string describing the notification.
Notification
 InheritedinnerNotification : Notification
The cause of this notification.
Notification
 Inheritedmetadata : Metadata
Metadata containing relevant information about the notification.
Notification
 Inheritedtype : String
[read-only] The type of the notification.
Notification
Public Methods
 MethodDefined By
  
MediaError(code:uint, metadata:Metadata = null, innerNotification:Notification = null)
MediaError
 Inherited
toString():String
Notification
Constructor Detail
MediaError()Constructor
public function MediaError(code:uint, metadata:Metadata = null, innerNotification:Notification = null)



Parameters
code:uint
 
metadata:Metadata (default = null)
 
innerNotification:Notification (default = null)