MsalError.NetworkNotAvailableError Field

Definition

Caution

MSAL no longer throws this error - it will allow the HttpClient exceptions to propagate. App developers may write their own logic for detecting access to the network issues, for example by using Xamarin.Essentials.

The request could not be preformed because the network is down.

Mitigation [App development]

In the application you could either inform the user that there are network issues or retry later
[System.Obsolete("MSAL no longer throws this error - it will allow the HttpClient exceptions to propagate. App developers may write their own logic for detecting access to the network issues, for example by using Xamarin.Essentials. ")]
public const string NetworkNotAvailableError;
[<System.Obsolete("MSAL no longer throws this error - it will allow the HttpClient exceptions to propagate. App developers may write their own logic for detecting access to the network issues, for example by using Xamarin.Essentials. ")>]
val mutable NetworkNotAvailableError : string
Public Const NetworkNotAvailableError As String 

Field Value

Attributes

Applies to