使用范围:UI2
Contents
class ErrorEvent ($UI/system/components/justep/data/baasData#ErrorEvent) extends ModelEvent
新增数据失败事件参数
Constructor Top
ErrorEvent () |
Static Properties & Enumerations Top
String |
errorNode
错误信息 | ||
String |
errorType
= server
错误类型 | ||
boolean |
httpError
http请求失败(true/false) | ||
String |
httpState
http请求返回码 |
Constructor details
Top
public
ErrorEvent
()
新增数据失败事件参数
public
ErrorEvent
()
新增数据失败事件参数
Static Properties & Enumerations Detail Top
static
public
String
errorNode
错误信息
static
public
String
errorType
= server
server
错误类型
static
public
boolean
httpError
http请求失败(true/false)
static
public
String
httpState
http请求返回码