Validation error codes

List of validation error codes and their descriptions

Validation error codes

This page lists validation error codes the API endpoints may return. Each error code is related to at least one data model. Validation errors can be class-level or field-level ones.

Class-level errors generally occur when there is an interdependence between two fields. For instance, if the due date of an invoice is set to occur before the billing date, which is an unacceptable combination, the class-level error code DUE_DATE_BEFORE_BILL_DATE is returned.Field-level error codes, in turn, are related to unacceptable values in single fields, without relations to other fields.

The search functionality can be utilized to search by data model, error code, name, or description.


Model Level Error code Name Description