MsalError.NetworkNotAvailableError Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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