Interface IErrorHandler

Defines the error handler that processes API/HTTP errors in the responses.

Hierarchy

  • IErrorHandler

Implemented by

Methods

Methods

  • The method called when an error response is received from Twitter API.

    Parameters

    • error: unknown

      The error caught while making request to Twitter API.

    Returns void

Generated using TypeDoc