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

プロパティ

報告する WebAuthn API (navigator.credentials.get()) のエラーオブジェクト。