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
The returned errors from the Result values, are instead used for expected and unexpected internal errors, although errors may bubble up, and can be reported in the end.
I intended to separate expected and unexpected errors from each other by reporting expected errors (e.g. when a toolchain of a certain version fails to compile a project), from unexpected errors, but there is room for improvement here.
The returned errors from the
Result
values, are instead used for expected and unexpected internal errors, although errors may bubble up, and can be reported in the end.I intended to separate expected and unexpected errors from each other by reporting expected errors (e.g. when a toolchain of a certain version fails to compile a project), from unexpected errors, but there is room for improvement here.
Originally posted in #753 (comment)
The text was updated successfully, but these errors were encountered: