You need to enable JavaScript to run this app.
导航
任务执行失败回调
最近更新时间:2025.11.17 14:12:57首次发布时间:2025.11.17 14:12:57
复制全文
我的收藏
有用
有用
无用
无用

回调名称 CallBackTaskRunFailed,任务执行失败时会触发该回调。

回调参数

参数

类型

示例值

描述

AccountId

String

111111****

火山账号 ID

RunId

String

run-123456

运行 ID

ErrCode

Integer

500

错误码

ErrMsg

String

执行失败

错误信息

StepIndex

Integer

5

失败步骤索引

RetryCount

Integer

2

重试次数

回调示例

{
    "AccountId": "111111****",
    "RunId": "run-123456",
    "ErrCode": 500,
    "ErrMsg": "执行失败",
    "StepIndex": 5,
    "RetryCount": 2
}