You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
PR #113 introduced a refactor to throw a custom
RequestError
orResponseError
to address Issue #111.We should introduce more narrow custom error types to throw in case of failure for a smoother debugging DevEx. Here's a discussion on that.
Ex:
discoverPFIs
is one such place we can replaceErrors
with more narrow custom errorsThe text was updated successfully, but these errors were encountered: