Bagikan melalui


BatchSubResponse interface

Data respons yang terkait dengan satu permintaan dalam operasi batch.

Properti

bodyAsText

Isi sebagai teks.

errorCode

Kode kesalahan sub operasi, jika sub operasi gagal.

headers

Header respons HTTP.

status

Kode status sub operasi.

statusMessage

Pesan status sub operasi.

Detail Properti

bodyAsText

Isi sebagai teks.

bodyAsText?: string

Nilai Properti

string

errorCode

Kode kesalahan sub operasi, jika sub operasi gagal.

errorCode?: string

Nilai Properti

string

headers

Header respons HTTP.

headers: HttpHeadersLike

Nilai Properti

status

Kode status sub operasi.

status: number

Nilai Properti

number

statusMessage

Pesan status sub operasi.

statusMessage: string

Nilai Properti

string