WorkloadErrorExtendedInformation interface
- Extends
Properties
Additional |
A list of additional parameters specific to the error. |
Inherited Properties
Error |
The error code. |
Message | The error message. |
Message |
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