Script API - v1.26.10.22
    Preparing search index...

    Class HttpRequestLimitExceededError

    An error thrown when the maximum number of concurrent HTTP requests has been reached.

    Hierarchy

    • Error
      • HttpRequestLimitExceededError
    Index

    Constructors

    Properties

    inFlightRequests: number

    Number of requests already in flight when rejected.

    This property can be read in early-execution mode.

    maxConcurrentRequests: number

    Configured maximum concurrent HTTP requests.

    This property can be read in early-execution mode.

    message: string
    name: string
    stack?: string