@zero-dependency/fetcherClassesFetcherErrorOn this pageFetcherError <T>HierarchyErrorFetcherErrorIndex ConstructorsconstructorPropertiesdataresponseConstructors constructornew FetcherError<T>(__namedParameters: { data: T; message: string; response: Response }): FetcherError<T>Type parametersTParameters__namedParameters: { data: T; message: string; response: Response }Returns FetcherError<T>Properties datadata: Tresponseresponse: Response