BatchSubResponse interface
与批处理作中的单个请求关联的响应数据。
属性
body |
正文作为文本。 |
error |
子作的错误代码(如果子作失败)。 |
headers | HTTP 响应标头。 |
status | 子作的状态代码。 |
status |
子作的状态消息。 |
属性详细信息
bodyAsText
正文作为文本。
bodyAsText?: string
属性值
string
errorCode
子作的错误代码(如果子作失败)。
errorCode?: string
属性值
string
headers
status
子作的状态代码。
status: number
属性值
number
statusMessage
子作的状态消息。
statusMessage: string
属性值
string