| Property | Type | Description |
|---|---|---|
errorcoderequired | string | A short textual representation of the type of error incurred. Example: "NotNull", "GreaterThan" |
fieldNamerequired | string | The name of the field/property for which the validation error was incurred. Example: "CurrencyCode" |
messagerequired | string | A detailed description of the validation error. Example: "message": "'Currency Code' must be between 2 and 3 characters. You entered 5 characters." |
