OperationErrorsResult interface

This is the first level of operation errors from the request when clients get errors per vm operation

Properties

activationTime

The activation time of a vm operation

completedAt

The completion time of the operation if the operation was completed

creationTime

The creation time of the error result

operationErrors

A list of errors associated with the operationid

operationId

The operationId identifying a vm operation

requestErrorCode

Request level error code

requestErrorDetails

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