jira.js
    Preparing search index...

    Interface RateLimitErrorOptions

    interface RateLimitErrorOptions {
        cause?: unknown;
        retryAfterMs?: number;
    }

    Hierarchy (View Summary)

    Index
    cause?: unknown

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

    retryAfterMs?: number

    How long to wait before retrying, in ms, when the API said so.