DownloadException class

An exception type only used by downloadFile, with type as its type and message as its message.

Implemented types

Properties

error Object?
Returns the origin error of this exception. This value must not be null when type equals to DownloadErrorType.other, otherwise it may be null.
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
Returns the message of this exception. This value will always be human-readable when type does not equal to DownloadErrorType.other.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
Returns the origin stack trace of this exception. This value must not be null when type equals to DownloadErrorType.other, otherwise it may be null.
no setter
type DownloadErrorType
Returns the type of this exception.
no setter

Methods

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

Operators

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