Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ScreenMembersOnBruteForceProtectionUnblockFailure extends ScreenMembers { /** * ブロック解除の失敗した試行のエラーの種類を含む画面固有のデータ。 * @type {{ errorType?: string; } | null} */ data: { /** * ブロック解除の試行が失敗した原因となったエラーの種類。 * @type {string} */ errorType?: string; } | null; }
errorType
string
null