AuthorizationHeaderResult.Error Property
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.
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.