InMageRcmFabricSwitchProviderBlockingErrorDetails interface
InMageRcmFabric switch provider blocking error details.
Properties
error |
The error code. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The error message. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The error message parameters. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The error tags. NOTE: This property will not be serialized. It can only be populated by the server. |
possible |
The possible causes. NOTE: This property will not be serialized. It can only be populated by the server. |
recommended |
The recommended action. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorCode
The error code. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: string
Property Value
string
errorMessage
The error message. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
errorMessageParameters
The error message parameters. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessageParameters?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
errorTags
The error tags. NOTE: This property will not be serialized. It can only be populated by the server.
errorTags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
possibleCauses
The possible causes. NOTE: This property will not be serialized. It can only be populated by the server.
possibleCauses?: string
Property Value
string
recommendedAction
The recommended action. NOTE: This property will not be serialized. It can only be populated by the server.
recommendedAction?: string
Property Value
string