Jira.js - Jira Cloud API library
    Preparing search index...

    Interface SimpleErrorCollection

    interface SimpleErrorCollection {
        errorMessages?: string[];
        errors?: {};
        httpStatusCode?: number;
    }
    Index

    Properties

    errorMessages?: string[]

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

    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."

    httpStatusCode?: number