WorkloadErrorExtendedInformation interface

Extends

Properties

AdditionalParameters

A list of additional parameters specific to the error.

Inherited Properties

ErrorCode

The error code.

Message

The error message.

MessageParameters

A list of parameters for formatting a localized message.

Property Details

AdditionalParameters

A list of additional parameters specific to the error.

AdditionalParameters?: NameValuePair[]

Property Value

Inherited Property Details

ErrorCode

The error code.

ErrorCode?: string

Property Value

string

Inherited From WorkloadErrorBasicInformation.ErrorCode

Message

The error message.

Message?: string

Property Value

string

Inherited From WorkloadErrorBasicInformation.Message

MessageParameters

A list of parameters for formatting a localized message.

MessageParameters?: string[]

Property Value

string[]

Inherited From WorkloadErrorBasicInformation.MessageParameters