HttpError class

Implemented types

Constructors

HttpError.badServer(int code, String? message)
HttpError.cancel(String? message)
HttpError.dioError(Exception error)
factory
HttpError.request(int code, String? message)
HttpError.timeout(String? message)
HttpError.unknown(String? message)

Properties

code int
final
hashCode int
The hash code for this object.
no setterinherited
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type HttpErrorType
final

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