@circle-fin/smart-contract-platform 10.5.1 → 10.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -563,7 +563,7 @@ declare class HostUnreachableError extends HttpRequestError {
|
|
|
563
563
|
* @param error - The AxiosError to transform.
|
|
564
564
|
* @returns Specific HttpError instance based on error type and status.
|
|
565
565
|
*/
|
|
566
|
-
declare function fromAxiosError(error: AxiosError):
|
|
566
|
+
declare function fromAxiosError(error: AxiosError): HttpResponseError | HttpRequestError;
|
|
567
567
|
|
|
568
568
|
/**
|
|
569
569
|
* Circle API Error Classes
|
package/package.json
CHANGED