BatchNodeErrorOutput interface
计算节点遇到的错误。
属性
| code | 计算节点错误的标识符。 代码是固定的,旨在以编程方式使用。 |
| error |
与计算节点错误相关的其他错误详细信息的列表。 |
| message | 描述计算节点错误的消息,旨在适合在用户界面中显示。 |
属性详细信息
code
计算节点错误的标识符。 代码是固定的,旨在以编程方式使用。
code?: string
属性值
string
errorDetails
message
描述计算节点错误的消息,旨在适合在用户界面中显示。
message?: string
属性值
string