Error Handler

Error handler strategy, used to handle error when exception occur during job execution.

SPI NameDescription
JobErrorHandlerJob error handler
Implementation ClassDescription
LogJobErrorHandlerLog error and do not interrupt job
ThrowJobErrorHandlerThrow system exception and interrupt job
IgnoreJobErrorHandlerIgnore exception and do not interrupt job
EmailJobErrorHandlerSend email message notification and do not interrupt job
WechatJobErrorHandlerSend wechat message notification and do not interrupt job
DingtalkJobErrorHandlerSend dingtalk message notification and do not interrupt job