ModelNetworkException class

Network or API failure during model download.

Thrown when network errors, API failures, or invalid responses occur during download.

Inheritance

Constructors

ModelNetworkException({required OCRModule module, required String message, Object? cause})

Properties

cause Object?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
module OCRModule
The module that failed to download
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