Lotus errors broadly fall into three categories:
Validation Error
A validation error occurs when a request is rejected because it does not conform to the API’s schema. For example, if a required field is missing, or if a field is of the wrong type. If a request contains multiple validation errors, the response body will contain an array of error objects under the keyvalidation_errors. Every object in the array will have the following fields: