DetailedApiRequestError class
Represents a specific error reported by the API endpoint.
- Inheritance
-
- Object
- ApiRequestError
- DetailedApiRequestError
Constructors
Properties
-
errors
→ List<
ApiRequestErrorDetail> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jsonResponse
→ Map<
String, dynamic> ? -
The full error response as decoded json if available.
null
otherwise.final - message → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int?
-
The error code. For some non-google services this can be
null
.final
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