EncodingException class final
The native encoder failed, or produced an empty/missing output file.
- Inheritance
-
- Object
- PixelCompressorException
- EncodingException
Constructors
- EncodingException({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