HttpError class

create_user: zhengzaihong email:1096877329@qq.com create_date: 2021/6/9 create_time: 15:17 describe: HTTP 状态码

Constructors

HttpError.dioError(DioException error)

Properties

bodyData ↔ dynamic
getter/setter pair
code String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pair
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CANCEL → const String
网络请求取消
CONNECT_ERROR → const String
连接异常
CONNECT_TIMEOUT → const String
连接超时
HTTP_ERROR → const String
协议错误
NETWORK_ERROR → const String
网络错误
PARSE_ERROR → const String
解析错误
RECEIVE_TIMEOUT → const String
响应超时
REQUEST_FAILE → const String
请求失败
SEND_TIMEOUT → const String
发送超时
SSL_ERROR → const String
证书错误
UNKNOWN → const String
未知错误