Skip to main content
Version: 2.5

ApifyApiError

Error specific to requests to the Apify API.

An ApifyApiError is thrown for successful HTTP requests that reach the API, but the API responds with an error response. Typically, those are rate limit errors and internal errors, which are automatically retried, or validation errors, which are thrown immediately, because a correction by the user is needed.

Index

Constructors

Constructors

__init__

  • __init__(response, attempt, method): None
  • Initialize a new instance.


    Parameters

    • response: impit.Response
    • attempt: int
    • method: str = 'GET'

    Returns None

Page Options