Options
All
  • Public
  • Public/Protected
  • All
Menu

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

line and column expression

Hierarchy

  • JiraExpressionValidationError

Index

Properties

Optional column

column: number

The text column in which the error occurred.

format

int32

Optional expression

expression: string

The part of the expression in which the error occurred.

Optional line

line: number

The text line in which the error occurred.

format

int32

message

message: string

Details about the error.

example

!, -, typeof, (, IDENTIFIER, null, true, false, NUMBER, STRING, TEMPLATE_LITERAL, new, [ or { expected, > encountered.

type

type: "type" | "syntax" | "other"

The error type.

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc