AniLink - v1.29.2
    Preparing search index...

    Class AniLinkApiError

    A failure returned by the AniList HTTP API.

    Hierarchy (View Summary)

    Index
    • Creates an API error while preserving the upstream response body.

      Parameters

      • status: number

        The HTTP status returned by AniList.

      • data: unknown

        The response body returned by AniList.

      • OptionalrawAxiosError: unknown

        The original Axios error when raw diagnostics are enabled.

      Returns AniLinkApiError

    data: unknown
    rawAxiosError?: unknown
    status: number