API
Class

StartCustomizedQueryErrorEvent ($UI/system/components/justep/process/process#StartCustomizedQueryErrorEvent)

使用范围:UI2

Contents

class StartCustomizedQueryErrorEvent ($UI/system/components/justep/process/process#StartCustomizedQueryErrorEvent)

定制流程查询失败事件类

See OnStartCustomizedQueryError

Constructor Top

  StartCustomizedQueryErrorEvent ()

Properties Top

Boolean cancel = false

是否取消后续操作

Error error

客户端js异常信息

XML errorNode

服务端异常信息

String errorType

错误类型, 取值范围"client"或"server"

Process source

Process组件js对象

String task

任务标识

Constructor details Top

public StartCustomizedQueryErrorEvent ()

定制流程查询失败事件类

See OnStartCustomizedQueryError

Properties Detail Top

public Boolean cancel = false

是否取消后续操作

public Error error

客户端js异常信息

public XML errorNode

服务端异常信息

public String errorType

错误类型, 取值范围"client"或"server"

public Process source

Process组件js对象

public String task

任务标识