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

EntityのValidationエラーを表す型

Type declaration

  • errorCodes: string[]

    エラーコード

  • errorMessages: string[]

    エラーメッセージ

  • propertyDisplayName: string

    プロパティ表示名

  • propertyName: string

    プロパティ名