MediaError class

Inheritance

Constructors

MediaError(int code, String message)

Properties

bubbles bool
getter/setter pairinherited
cancelable bool
getter/setter pairinherited
code int
A number which represents the general type of error that occurred, as follow
final
currentTarget EventTarget?
getter/setter pairinherited
defaultPrevented bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
message String
a human-readable string which provides specific diagnostic information to help the reader understand the error condition which occurred; specifically, it isn't simply a summary of what the error code means, but actual diagnostic information to help in understanding what exactly went wrong. This text and its format is not defined by the specification and will vary from one user agent to another. If no diagnostics are available, or no explanation can be provided, this value is an empty string ("").
final
propagationStopped bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target EventTarget?
getter/setter pairinherited
timeStamp int
getter/setter pairinherited
type String
getter/setter pairinherited

Methods

canBubble() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited
toRaw([int methodLength = 0]) Pointer<RawNativeMediaErrorEvent>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited