> ## 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.

# MfaWebAuthnRoamingChallengeReportErrorOptions

ReportWebAuthnErrorOptions

```ts Example theme={null}
export interface ReportWebAuthnErrorOptions {
  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 のエラーオブジェクトです。
</ParamField>
