OperationErrorsResult interface
This is the first level of operation errors from the request when clients get errors per vm operation
Properties
activation |
The activation time of a vm operation |
completed |
The completion time of the operation if the operation was completed |
creation |
The creation time of the error result |
operation |
A list of errors associated with the operationid |
operation |
The operationId identifying a vm operation |
request |
Request level error code |
request |
Request level error details |
Property Details
activationTime
The activation time of a vm operation
activationTime?: string
Property Value
string
completedAt
The completion time of the operation if the operation was completed
completedAt?: string
Property Value
string
creationTime
The creation time of the error result
creationTime?: string
Property Value
string
operationErrors
A list of errors associated with the operationid
operationErrors?: OperationErrorDetails[]
Property Value
operationId
The operationId identifying a vm operation
operationId?: string
Property Value
string
requestErrorCode
Request level error code
requestErrorCode?: string
Property Value
string
requestErrorDetails
Request level error details
requestErrorDetails?: string
Property Value
string
Azure SDK for JavaScript