ReportBrowserErrorOptions
export interface ReportBrowserErrorOptions {
/**
* The error object received from the WebAuthn API (`navigator.credentials.get()`) failure.
* This should include at least `name` and `message` properties of the DOMException.
* @type {WebAuthnErrorDetails}
*/
error: WebAuthnErrorDetails;
}
Properties
The error object from the WebAuthn API (navigator.credentials.get()) to be reported.