InMageFabricSwitchProviderBlockingErrorDetails interface

InMageFabric switch provider blocking error details.

Properties

errorCode

The error code.

errorMessage

The error message.

errorMessageParameters

The error message parameters.

errorTags

The error tags.

possibleCauses

The possible causes.

recommendedAction

The recommended action.

Property Details

errorCode

The error code.

errorCode?: string

Property Value

string

errorMessage

The error message.

errorMessage?: string

Property Value

string

errorMessageParameters

The error message parameters.

errorMessageParameters?: Record<string, string>

Property Value

Record<string, string>

errorTags

The error tags.

errorTags?: Record<string, string>

Property Value

Record<string, string>

possibleCauses

The possible causes.

possibleCauses?: string

Property Value

string

recommendedAction

The recommended action.

recommendedAction?: string

Property Value

string