AuthFailure.ErrorDescription Property

Definition

Derived from the error_description parameter of the error response.

public:
 property Platform::String ^ ErrorDescription { Platform::String ^ get(); };
winrt::hstring ErrorDescription();
public string ErrorDescription { get; }
var string = authFailure.errorDescription;
Public ReadOnly Property ErrorDescription As String

Property Value

String

Platform::String

winrt::hstring

A string that contains the error description.

Applies to