SpotifyImageException class
Thrown when image / artwork fetching fails.
- Inheritance
-
- Object
- SpotifyException
- SpotifyImageException
Constructors
- SpotifyImageException(String message, {String? code, dynamic details, Object? cause})
-
Constructs a SpotifyImageException.
const
Properties
- cause → Object?
-
Underlying error or cause if translated from a platform or network error.
finalinherited
- code → String?
-
Error code identifying the category or native error code.
finalinherited
- details → dynamic
-
Additional diagnostic details if provided by the platform.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Human-readable error message describing the failure.
finalinherited
- 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