eboekhouden 1.0.2

OpenAPI client for e-Boekhouden.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SecurityError

## Properties

| Name              | Type                                                  | Description                                                                             | Notes      |
| ----------------- | ----------------------------------------------------- | --------------------------------------------------------------------------------------- | ---------- |
| **security_type** | [**models::SecurityErrorType**]SecurityErrorType.md |                                                                                         |
| **errors**        | Option<**Vec<String>**>                               | Collection of multiple validation errors. Only present when the Type is \"validation\". | [optional] |
| **r#type**        | **String**                                            | The error type, e.g. \"validation\" or \"security\".                                    |
| **property_name** | Option<**String**>                                    | The property related to this exception.                                                 | [optional] |
| **code**          | Option<**String**>                                    | The error code.                                                                         | [optional] |
| **title**         | **String**                                            | The short error message.                                                                |
| **message**       | Option<**String**>                                    | Additional error info. Not always present.                                              | [optional] |
| **status**        | **i32**                                               | The HTTP status.                                                                        |
| **trace_id**      | Option<**String**>                                    | Unique trace to identify this error. Not always present.                                | [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)