Package version:

InMageAzureV2 switch provider blocking error details.

interface InMageAzureV2SwitchProviderBlockingErrorDetails {
    errorCode?: string;
    errorMessage?: string;
    errorMessageParameters?: {
        [propertyName: string]: string;
    };
    errorTags?: {
        [propertyName: string]: string;
    };
    possibleCauses?: string;
    recommendedAction?: string;
}

Properties

errorCode?: string

The error code. NOTE: This property will not be serialized. It can only be populated by the server.

errorMessage?: string

The error message. NOTE: This property will not be serialized. It can only be populated by the server.

errorMessageParameters?: {
    [propertyName: string]: string;
}

The error message parameters. NOTE: This property will not be serialized. It can only be populated by the server.

errorTags?: {
    [propertyName: string]: string;
}

The error tags. NOTE: This property will not be serialized. It can only be populated by the server.

possibleCauses?: string

The possible causes. NOTE: This property will not be serialized. It can only be populated by the server.

recommendedAction?: string

The recommended action. NOTE: This property will not be serialized. It can only be populated by the server.