Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/jiraExpressionValidationError.ts>JiraExpressionValidationError

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface JiraExpressionValidationError
import { type JiraExpressionValidationError } from "https://deno.land/x/jira@v3.0.2/src/version3/models/jiraExpressionValidationError.ts";

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

  • line and column
  • expression

Properties

optional
line: number

The text line in which the error occurred.

optional
column: number

The text column in which the error occurred.

optional
expression: string

The part of the expression in which the error occurred.

message: string

Details about the error.

type: string

The error type.