IHttpResponseError class abstract

Implemented types

Constructors

IHttpResponseError()

Properties

body Uint8List
The body of this response.
no setterinherited
code int
no setter
errorCode int
Error code of response
no setter
errorData IHttpErrorData?
Additional information about the error, if any.
no setter
hashCode int
The hash code for this object.
no setterinherited
hasJsonBody bool
Whether this response has a JSON body.
no setterinherited
headers Map<String, String>
The headers associated with the response.
no setterinherited
jsonBody → dynamic
The body of this response, decoded as JSON.
no setterinherited
message String
Message why http request failed
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
The status code of the response.
no setterinherited
textBody String?
The body of this response, decoded as UTF-8.
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