OperationStatusHistoryItem interface
Operation status history item
Properties
| error |
If the status is failed, the error code |
| error |
If the status is failed, the error message |
| status | The status of the operation |
| timestamp | The UTC time at which the status was set |
Property Details
errorCode
If the status is failed, the error code
errorCode?: string
Property Value
string
errorMessage
If the status is failed, the error message
errorMessage?: string
Property Value
string
status
The status of the operation
status: string
Property Value
string
timestamp
The UTC time at which the status was set
timestamp: Date
Property Value
Date