WebAuthNGetW3CExceptionDOMError function (webauthn.h)

Gets the W3C DOM error code for the last failed operation in the authenticator session.

Syntax

HRESULT WebAuthNGetW3CExceptionDOMError(
  HRESULT hr
);

Parameters

hr

The HRESULT returned by the last failed operation in the session.

Return value

An HRESULT with the failure status.

Requirements

Requirement Value
Header webauthn.h

See also

WebAuthNGetErrorName