InMageFabricSwitchProviderBlockingErrorDetails interface
InMageFabric switch provider blocking error details.
Properties
| error |
The error code. |
| error |
The error message. |
| error |
The error message parameters. |
| error |
The error tags. |
| possible |
The possible causes. |
| recommended |
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