RetryHistory interface
重試歷程記錄。
屬性
client |
取得用戶端要求識別碼。 |
code | 能取得狀態碼。 |
end |
取得結束時間。 |
error | 取得錯誤回應。 |
service |
取得服務要求識別碼。 |
start |
取得開始時間。 |
屬性詳細資料
clientRequestId
取得用戶端要求識別碼。
clientRequestId?: string
屬性值
string
code
能取得狀態碼。
code?: string
屬性值
string
endTime
取得結束時間。
endTime?: Date
屬性值
Date
error
serviceRequestId
取得服務要求識別碼。
serviceRequestId?: string
屬性值
string
startTime
取得開始時間。
startTime?: Date
屬性值
Date