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

    Type Alias ValidateError

    EntityのValidationエラーを表す型

    type ValidateError = {
        errorCodes: string[];
        errorMessages: string[];
        propertyDisplayName: string;
        propertyName: string;
    }
    Index

    Properties

    errorCodes: string[]

    エラーコード

    errorMessages: string[]

    エラーメッセージ

    propertyDisplayName: string

    プロパティ表示名

    propertyName: string

    プロパティ名