Skip to main content

FetcherError <T>

Hierarchy

  • Error
    • FetcherError

Index

Constructors

Properties

Constructors

constructor

  • new FetcherError<T>(__namedParameters: { data: T; message: string; response: Response }): FetcherError<T>
  • Type parameters

    • T

    Parameters

    • __namedParameters: { data: T; message: string; response: Response }

    Returns FetcherError<T>

Properties

data

data: T

response

response: Response