WorkloadErrorDetails interface
This interface is used for error propogation from the workload backend to its frontend in control plane APIs.
- Extends
Properties
Is |
Indicates whether the error is permanent or the operation can be retried. |
More |
A list of additional error details. |
Source | The error source. |
Inherited Properties
Error |
The error code. |
Message | The error message. |
Message |
A list of parameters for formatting a localized message. |
Property Details
IsPermanent
Indicates whether the error is permanent or the operation can be retried.
IsPermanent?: boolean
Property Value
boolean
MoreDetails
A list of additional error details.
MoreDetails?: WorkloadErrorExtendedInformation[]
Property Value
Source
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