Compartir a través de


WebAuthenticationResult.ResponseErrorDetail Propiedad

Definición

Devuelve el código de error HTTP cuando ResponseStatus es igual a WebAuthenticationStatus.ErrorHttp. Esto solo está disponible si se produce un 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

Valor de propiedad

UInt32

unsigned int

uint32_t

Error HTTP específico, por ejemplo 400.

Se aplica a

Consulte también