# Cyclos4102Api.BadRequestError

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | [**BadRequestErrorCode**](BadRequestErrorCode.md) | Error codes for 400 Bad request HTTP status  Possible values are: * general: Bad request format * json: Error in the JSON format  | [optional] 
**message** | **String** | A (technical) message explaining the problem | [optional] 
**line** | **Number** | The request body line that shows the problem | [optional] 
**column** | **Number** | The request body column that shows the problem | [optional] 


