OperationErrorDetails interface
This defines a list of operation errors associated with a unique operationId
Properties
azure |
The compute operationid of the Start/Deallocate/Hibernate request |
crp |
The compute operationid of the Start/Deallocate/Hibernate request |
error |
The error code of the operation |
error |
The error details of the operation |
error |
The timestamp of the error occurence |
timestamp | The timestamp of the error occurence |
Property Details
azureOperationName
The compute operationid of the Start/Deallocate/Hibernate request
azureOperationName?: string
Property Value
string
crpOperationId
The compute operationid of the Start/Deallocate/Hibernate request
crpOperationId?: string
Property Value
string
errorCode
The error code of the operation
errorCode: string
Property Value
string
errorDetails
The error details of the operation
errorDetails: string
Property Value
string
errorDetailsTimestamp
The timestamp of the error occurence
errorDetailsTimestamp?: string
Property Value
string
timestamp
The timestamp of the error occurence
timestamp?: string
Property Value
string