Error400
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getErrorCode() | string | validation.failed Example: validation.failed | |
| getMessage() | string | Request validation failed. Please see data for additional information. Example: Request validation failed. Please see data for additional information. | |
| getStatusCode() | float | 400 Example: 400 | |
| getData() | \Tatum\Model\Error400DataInner[] | Example: null |