Package | com.brightcove.api.events |
Class | public class ErrorEvent |
Inheritance | ErrorEvent ![]() |
Property | Defined By | ||
---|---|---|---|
code : uint
The ErrorType enum value for the error. | ErrorEvent | ||
errorType : String
The string name for the error. | ErrorEvent | ||
info : String
Any additional info available for the event. | ErrorEvent |
Method | Defined By | ||
---|---|---|---|
ErrorEvent(type:String, errorType:String, code:uint, info:String = null)
Constructor. | ErrorEvent | ||
clone():Event [override]
Returns a copy of the event instance. | ErrorEvent |
Constant | Defined By | ||
---|---|---|---|
TEMPLATE_ERROR : String = templateError [static]
The ErrorEvent.TEMPLATE_ERROR constant defines the value of the
type property of the event object for a
templateLoaded event. | ErrorEvent |
code | property |
public var code:uint
The ErrorType
enum value for the error.
errorType | property |
public var errorType:String
The string name for the error.
info | property |
public var info:String
Any additional info available for the event.
ErrorEvent | () | Constructor |
public function ErrorEvent(type:String, errorType:String, code:uint, info:String = null)
Constructor.
Parameterstype:String — event name.
| |
errorType:String | |
code:uint | |
info:String (default = null )
|
clone | () | method |
override public function clone():Event
Returns a copy of the event instance.
ReturnsEvent — A copy of the event.
|
TEMPLATE_ERROR | Constant |
public static const TEMPLATE_ERROR:String = templateError
The ErrorEvent.TEMPLATE_ERROR constant defines the value of the
type
property of the event object for a
templateLoaded
event.