PropertyTypeDescription
errorcode
required
stringA short textual representation of the type of error incurred.

Example: "NotNull", "GreaterThan"
fieldName
required
stringThe name of the field/property for which the validation error was incurred.

Example: "CurrencyCode"
message
required
stringA detailed description of the validation error.

Example: "message": "'Currency Code' must be between 2 and 3 characters. You entered 5 characters."