| Name | Type | Description | Notes |
|---|---|---|---|
| message | str | The error message that describes the problem. | [optional] |
| id | str | An internal identifier of the error. | [optional] |
| item | str | Reference to the item this error is referring to. | [optional] |
| file | str | The file this error occurred in. | [optional] |
| line | int | The number of line in the file this error occurred in. | [optional] |
| col | int | The number of column in the file this error occurred in. | [optional] |