OperationStatusHistoryItem interface

Operation status history item

Properties

errorCode

If the status is failed, the error code

errorMessage

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