validate_response
The validate_response
is returned from the validate endpoint, and contains any errors or warnings about the problem.
Name | Type | Description |
---|---|---|
errors | validation_error[] | An array of errors in the problem. Any errors in here cause an optimization call to fail. |
warnings | validation_error[] | An array of warnings in the problem. |
See Also
- The validate endpoint.