مشاركة عبر


RetryHistory interface

محفوظات إعادة المحاولة.

الخصائص

clientRequestId

يحصل على معرف طلب العميل.

code

الحصول على رمز الحالة.

endTime

يحصل على وقت الانتهاء.

error

الحصول على استجابة الخطأ.

serviceRequestId

الحصول على معرف طلب الخدمة.

startTime

يحصل على وقت البدء.

تفاصيل الخاصية

clientRequestId

يحصل على معرف طلب العميل.

clientRequestId?: string

قيمة الخاصية

string

code

الحصول على رمز الحالة.

code?: string

قيمة الخاصية

string

endTime

يحصل على وقت الانتهاء.

endTime?: Date

قيمة الخاصية

Date

error

الحصول على استجابة الخطأ.

error?: ErrorResponse

قيمة الخاصية

serviceRequestId

الحصول على معرف طلب الخدمة.

serviceRequestId?: string

قيمة الخاصية

string

startTime

يحصل على وقت البدء.

startTime?: Date

قيمة الخاصية

Date