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.
In theory, each function can return any status which makes a correct error handling code very verbose. In C++ (and bindings) we could relate statuses/exceptions with functions to help with handling possible errors.
Description
TBD.
This could be achieved for example by using different status types (one type for each function, e.g. GetStatus).
API Changes
TBD
Implementation details
TBD
Meta
TBD
The text was updated successfully, but these errors were encountered:
FEAT: Relate statuses with functions
Rationale
In theory, each function can return any status which makes a correct error handling code very verbose. In C++ (and bindings) we could relate statuses/exceptions with functions to help with handling possible errors.
Description
TBD.
This could be achieved for example by using different status types (one type for each function, e.g. GetStatus).
API Changes
TBD
Implementation details
TBD
Meta
TBD
The text was updated successfully, but these errors were encountered: