# ProblemDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | Option<**String**> | The message of the problem. | [optional] **line** | Option<**i32**> | The line where the problem occurred. | [optional] **column** | Option<**i32**> | The column where the problem occurred. | [optional] **main_element_id** | Option<**String**> | The main element id where the problem occurred. | [optional] **element_ids** | Option<**Vec**> | A list of element id affected by the problem. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)