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 Mar 22, 2023. It is now read-only.
For now, in case of an error in the C-part of robinhood engine, we don't know the real reason for the failure and we only can return status::UNKNOWN_ERROR.
Description
We should extend returned values from the C functions to return more appropriate statuses than just unknown error.
The text was updated successfully, but these errors were encountered:
FEAT: Better error handling in robinhood
Rationale
For now, in case of an error in the C-part of robinhood engine, we don't know the real reason for the failure and we only can return status::UNKNOWN_ERROR.
Description
We should extend returned values from the C functions to return more appropriate statuses than just unknown error.
The text was updated successfully, but these errors were encountered: