AzureIaaSVMErrorInfo interface

Azure IaaS VM workload-specific error information.

Properties

errorCode

Error code. NOTE: This property will not be serialized. It can only be populated by the server.

errorString

Localized error string. NOTE: This property will not be serialized. It can only be populated by the server.

errorTitle

Title: Typically, the entity that the error pertains to. NOTE: This property will not be serialized. It can only be populated by the server.

recommendations

List of localized recommendations for above error code. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

errorCode

Error code. NOTE: This property will not be serialized. It can only be populated by the server.

errorCode?: number

Property Value

number

errorString

Localized error string. NOTE: This property will not be serialized. It can only be populated by the server.

errorString?: string

Property Value

string

errorTitle

Title: Typically, the entity that the error pertains to. NOTE: This property will not be serialized. It can only be populated by the server.

errorTitle?: string

Property Value

string

recommendations

List of localized recommendations for above error code. NOTE: This property will not be serialized. It can only be populated by the server.

recommendations?: string[]

Property Value

string[]