BatchSubResponse interface
與批次作業內單一要求相關聯的回應資料。
屬性
body |
本文為文字。 |
error |
如果子作業失敗,則為子作業的錯誤碼。 |
headers | HTTP 回應標頭。 |
status | 子作業的狀態碼。 |
status |
子作業的狀態訊息。 |
屬性詳細資料
bodyAsText
本文為文字。
bodyAsText?: string
屬性值
string
errorCode
如果子作業失敗,則為子作業的錯誤碼。
errorCode?: string
屬性值
string
headers
HTTP 回應標頭。
headers: HttpHeaders
屬性值
HttpHeaders
status
子作業的狀態碼。
status: number
屬性值
number
statusMessage
子作業的狀態訊息。
statusMessage: string
屬性值
string