WebAuthenticationResult.ResponseErrorDetail Property

Definition

Returns the HTTP error code when ResponseStatus is equal to WebAuthenticationStatus.ErrorHttp. This is only available if there is an error.

public:
 property unsigned int ResponseErrorDetail { unsigned int get(); };
uint32_t ResponseErrorDetail();
public uint ResponseErrorDetail { get; }
var uInt32 = webAuthenticationResult.responseErrorDetail;
Public ReadOnly Property ResponseErrorDetail As UInteger

Property Value

UInt32

unsigned int

uint32_t

The specific HTTP error, for example 400.

Applies to

See also