DownloadErrorEvent class final

Event indicating download failed.

Contains both a human-readable error message and a typed exception for handling specific error types.

Inheritance

Constructors

DownloadErrorEvent({required String operationId, required String error, String? errorCode})
Creates a new DownloadErrorEvent.

Properties

error String
The error message.
final
exception LiquidAiException
The typed exception parsed from the error message.
final
hashCode int
The hash code for this object.
no setterinherited
isNetworkError bool
Whether this error is a network error.
no setter
operationId String
The unique operation identifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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