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
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
- 未知错误