型・APIリファレンス
Preparing search index...
ServerErrorState
Interface ServerErrorState
サーバーエラー状態
interface
ServerErrorState
{
errors
:
Record
<
string
,
string
[]
>
;
timers
:
Record
<
string
,
TimeoutHandle
>
;
}
Index
Properties
errors
timers
Properties
errors
errors
:
Record
<
string
,
string
[]
>
プロパティ名 → エラーメッセージ配列
timers
timers
:
Record
<
string
,
TimeoutHandle
>
プロパティ名 → タイマーID(自動消去用)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
timers
型・APIリファレンス
Loading...
サーバーエラー状態