ErrorCallback
功能介绍
请求失败的回调函数
返回模板
ErrorCallback = void Function(
number code,
string error
)
返回值详解
名称 | 数值类型 | 描述 |
---|---|---|
code | number | 请求结果错误码 |
error | string | 请求结果错误描述 |
请求失败的回调函数
ErrorCallback = void Function(
number code,
string error
)
名称 | 数值类型 | 描述 |
---|---|---|
code | number | 请求结果错误码 |
error | string | 请求结果错误描述 |