型・APIリファレンス
    Preparing search index...

    Interface ServerErrorState

    サーバーエラー状態

    interface ServerErrorState {
        errors: Record<string, string[]>;
        timers: Record<string, TimeoutHandle>;
    }
    Index

    Properties

    Properties

    errors: Record<string, string[]>

    プロパティ名 → エラーメッセージ配列

    timers: Record<string, TimeoutHandle>

    プロパティ名 → タイマーID(自動消去用)