Share via


AuthFailure.Error Property

Definition

Derived from the error parameter of the error response.

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

Property Value

String

Platform::String

winrt::hstring

A string that contains the error code from the response.

Applies to