camunda-client 0.1.2

Rust client for camunda Rest API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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<String>**> | 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)