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

# ShowErrorOptions

WebAuthn のブラウザーエラーを送信するためのオプション。

```ts Example theme={null}
export interface ShowErrorOptions {
  /**
   * WebAuthnエラーの詳細。
   */
  error: WebAuthnErrorDetails;
  /**
   * その他のカスタムオプション。
   */
  [key: string]: string | number | boolean | undefined | WebAuthnErrorDetails;
}
```

<h2 id="indexable">
  インデックス可能
</h2>

\[`key`: `string`]: `string` | `number` | `boolean` | [`WebAuthnErrorDetails`](/docs/ja-jp/libraries/acul/js-sdk/Screens/interfaces/WebAuthnErrorDetails) | `undefined`

その他のカスタムオプション。

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

<ParamField body="error" type={<span><a href="/docs/ja-jp/libraries/acul/js-sdk/Screens/interfaces/WebAuthnErrorDetails">WebAuthnErrorDetails</a></span>}>
  WebAuthn エラーの詳細。
</ParamField>
