# JiraExpressionValidationError
## Properties
**line** | Option<**i32**> | The text line in which the error occurred. | [optional]
**column** | Option<**i32**> | The text column in which the error occurred. | [optional]
**expression** | Option<**String**> | The part of the expression in which the error occurred. | [optional]
**message** | **String** | Details about the error. |
**_type** | **String** | The error type. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)