jira.js
    Preparing search index...

    Interface ApiErrorOptions

    interface ApiErrorOptions {
        cause?: unknown;
    }

    Hierarchy (View Summary)

    Index
    cause?: unknown

    The error that caused this one — a transport failure, a parse failure.