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

    Interface SearchErrorInfo

    検索エラー情報

    interface SearchErrorInfo {
        detail?: DetailSearchError;
        fixed?: string;
        message?: string;
        normal?: string[];
    }
    Index

    Properties

    詳細検索エラー情報

    fixed?: string

    定型検索エラー情報

    message?: string

    全体エラーメッセージ

    normal?: string[]

    通常検索エラー情報