Udostępnij przez


AuthorizationHeaderResult.Error Property

Definition

Gets the error associated with the operation result.

public Microsoft.Identity.Abstractions.AuthorizationHeaderError? Error { get; }
member this.Error : Microsoft.Identity.Abstractions.AuthorizationHeaderError
Public ReadOnly Property Error As AuthorizationHeaderError

Property Value

The error associated with the operation result.

Remarks

This property is only valid if Succeeded is false.

Applies to