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