WorkloadErrorDetails interface

This interface is used for error propogation from the workload backend to its frontend in control plane APIs.

Extends

Properties

IsPermanent

Indicates whether the error is permanent or the operation can be retried.

MoreDetails

A list of additional error details.

Source

The error source.

Inherited Properties

ErrorCode

The error code.

Message

The error message.

MessageParameters

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

The error source.

Source?: WorkloadErrorSource

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