@bluelibs/runner - v5.5.0
    Preparing search index...

    Interface RateLimitError

    Custom error class for rate limit errors.

    interface RateLimitError {
        data: { message: string };
        httpCode?: number;
        id: string;
        message: string;
        name: string;
        remediation?: string;
        stack?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data: { message: string }
    httpCode?: number
    id: string
    message: string
    name: string
    remediation?: string
    stack?: string