JiraExpressionValidationError class

Details about syntax and type errors. The error details apply to the entire expression, unless the object includes:

  • line and column
  • expression

Constructors

JiraExpressionValidationError({int? column, String? expression, int? line, required String message, required JiraExpressionValidationErrorType type})
JiraExpressionValidationError.fromJson(Map<String, Object?> json)
factory

Properties

column int?
The text column in which the error occurred.
final
expression String?
The part of the expression in which the error occurred.
final
hashCode int
The hash code for this object.
no setterinherited
line int?
The text line in which the error occurred.
final
message String
Details about the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type JiraExpressionValidationErrorType
The error type.
final

Methods

copyWith({int? column, String? expression, int? line, String? message, JiraExpressionValidationErrorType? type}) JiraExpressionValidationError
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited