> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MfaWebAuthnPlatformChallengeReportErrorOptions

ReportBrowserErrorOptions

```ts Example theme={null}
export interface ReportBrowserErrorOptions {
  /**
   * WebAuthn API（`navigator.credentials.get()`）の失敗時に受け取るエラーオブジェクト。
   * DOMException の少なくとも `name` および `message` プロパティを含む必要があります。
   * @type {WebAuthnErrorDetails}
   */
  error: WebAuthnErrorDetails;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="error" type={<span><a href="/ja/docs/libraries/acul/js-sdk/Screens/interfaces/WebAuthnErrorDetails">WebAuthnErrorDetails</a></span>}>
  報告する WebAuthn API (`navigator.credentials.get()`) のエラーオブジェクト。
</ParamField>
