FailedPropertyBatchInfo interface
派生自 PropertyBatchInfo。 表示属性批处理失败。 包含有关特定批处理失败的信息。
属性
| error |
失败作的错误消息。 描述由于属性批处理中第一次作失败而引发的异常。 |
| kind | 多态鉴别器 |
| operation |
属性批处理中失败作的索引。 |
属性详细信息
errorMessage
失败作的错误消息。 描述由于属性批处理中第一次作失败而引发的异常。
errorMessage?: string
属性值
string
kind
多态鉴别器
kind: "Failed"
属性值
"Failed"
operationIndex
属性批处理中失败作的索引。
operationIndex?: number
属性值
number