# TheJiraCloudPlatformRestApi.JiraExpressionValidationError

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**column** | **Number** | The text column in which the error occurred. | [optional] 
**expression** | **String** | The part of the expression in which the error occurred. | [optional] 
**line** | **Number** | The text line in which the error occurred. | [optional] 
**message** | **String** | Details about the error. | 
**type** | **String** | The error type. | 

<a name="TypeEnum"></a>
## Enum: TypeEnum

* `syntax` (value: `"syntax"`)
* `type` (value: `"type"`)
* `other` (value: `"other"`)

