InvalidMediaException class final

The source file couldn't be parsed as valid media, or a request parameter is out of range for the given source (e.g. a thumbnail position past the end of a video).

Inheritance

Constructors

InvalidMediaException({required String nativeCode, String? nativeMessage, String? taskId})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
nativeCode String
The stable error code reported by the native side (e.g. encoding_error).
finalinherited
nativeMessage String?
The native error message, if one was provided.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId String?
The task this error belongs to, if the failing call was tied to one.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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