SpotifyError class

Json representation of an API error

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

SpotifyError()
SpotifyError.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
A short description of the cause of the error.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
The HTTP status code (also returned in the response header; see Response Status Codes for more information).
getter/setter pair

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