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

x/jira/src/version3/models/simpleErrorCollection.ts>SimpleErrorCollection

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

Properties

optional
errors: { }

The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters."

optional
errorMessages: string[]

The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"

optional
httpStatusCode: number