@jackdevau/up-api API Reference
    Preparing search index...

    Class RateLimitError

    Hierarchy

    • Error
      • RateLimitError
    Index

    Constructors

    Properties

    status: 429
    rateLimitRemaining: number | null
    retryAfterSeconds: number
    errors: UpErrorObject[]
    cause?: unknown
    name: string
    message: string
    stack?: string

    Methods

    • Indicates whether the argument provided is a built-in Error instance or not.

      Parameters

      • error: unknown

      Returns error is Error