WebAuthenticationResult.ResponseErrorDetail Propriedade

Definição

Retorna o código de erro HTTP quando ResponseStatus é igual a WebAuthenticationStatus.ErrorHttp. Isso só estará disponível se houver um erro.

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 da propriedade

UInt32

unsigned int

uint32_t

O erro HTTP específico, por exemplo, 400.

Aplica-se a

Confira também