API
Class

ErrorEvent ($UI/comp/apiRequest/components/apiRequest/apiRequest#ErrorEvent)

使用范围:WX

Contents

class ErrorEvent ($UI/comp/apiRequest/components/apiRequest/apiRequest#ErrorEvent)

请求失败事件对象

Constructor Top

  ErrorEvent ()

Properties Top

String docUrl

文档地址

Object error

错误信息

String operationId

操作标识

RequestConfig request

请求配置

ApiRequest source

请求组件

Constructor details Top

public ErrorEvent ()

请求失败事件对象

Properties Detail Top

public String docUrl

文档地址

public Object error

错误信息

public String operationId

操作标识

public RequestConfig request

请求配置

public ApiRequest source

请求组件