API Error for all API-Client libraries.

Stored in common package in order to have the same class pointer for all the packages.

Hierarchy

  • Error
    • ApiError

Constructors

Properties

Constructors

  • Parameters

    • url: URL
    • request: undefined | CommonHttpClientFetchRequest
    • response: undefined | CommonHttpClientFetchResponse
    • options: undefined | CommonHttpClientOptions
    • message: string

    Returns ApiError

Properties

options: undefined | CommonHttpClientOptions
request: undefined | CommonHttpClientFetchRequest
response: undefined | CommonHttpClientFetchResponse
url: URL