Interface DetailSearchConditionItemErrorInfo

詳細検索条件アイテムエラー情報

interface DetailSearchConditionItemErrorInfo {
    expression: string;
    index: number;
    keyword: string;
    multipleKeywords: string[];
}

Properties

expression: string

条件式でのエラーメッセージ

index: number

詳細検索条件アイテムのインデックス

keyword: string

キーワードでのエラーメッセージ

multipleKeywords: string[]

複数検索条件でのエラー発生インデックス