RetryHistory interface 
The retry history.
Properties
| client | Gets the client request Id. | 
| code | Gets the status code. | 
| end | Gets the end time. | 
| error | Gets the error response. | 
| service | Gets the service request Id. | 
| start | Gets the start time. | 
Property Details
		clientRequestId
	  
	Gets the client request Id.
clientRequestId?: stringProperty Value
string
code
Gets the status code.
code?: stringProperty Value
string
		endTime
	 
	Gets the end time.
endTime?: DateProperty Value
Date
error
		serviceRequestId
	  
	Gets the service request Id.
serviceRequestId?: stringProperty Value
string
		startTime
	 
	Gets the start time.
startTime?: DateProperty Value
Date