Share via


TokenFailure.Error Property

Definition

Provides the error parameter of the error response.

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

Property Value

String

Platform::String

winrt::hstring

A string that contains the error parameter of the error response.

Applies to