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
Provide a way for erroneous Status/StatusOr to capture the stacktrace at creation time and a way to access/render it as string.
Additionally could there be a way to chain error status together? Sometimes it is useful to wrap/rewrite an error with another because more context is available at the caller. Allowing chaining the low level error to the rewritten one would be very useful to increase the fidelity of errors/error messages.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Provide a way for erroneous
Status
/StatusOr
to capture the stacktrace at creation time and a way to access/render it as string.Additionally could there be a way to chain error status together? Sometimes it is useful to wrap/rewrite an error with another because more context is available at the caller. Allowing chaining the low level error to the rewritten one would be very useful to increase the fidelity of errors/error messages.
Beta Was this translation helpful? Give feedback.
All reactions