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
When usdc_transfer is returning a Result<ExchangeResponseStatus, HyperliquidError>, the user expects the error coming from usdc_transfer to be handled by the Err variant of Result but instead, they get sent back within ExchangeResponseStatus which is slightly misleading at first glance.
The text was updated successfully, but these errors were encountered:
When
usdc_transfer
is returning aResult<ExchangeResponseStatus, HyperliquidError>
, the user expects the error coming fromusdc_transfer
to be handled by theErr
variant ofResult
but instead, they get sent back withinExchangeResponseStatus
which is slightly misleading at first glance.The text was updated successfully, but these errors were encountered: