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
Update on "[#9971] Gracefully error out in ETDump for get_flatbuffer_scalar_type"
Following #9971
- Update get_flatbuffer_scalar_type return type to Result<T>
- Iteratively update functions that calling the functions with result type changed:
- Check returns, if with an error, pass above the error.
- If unable to pass error, update the return type as Result<T>
Differential Revision: [D72771753](https://our.internmc.facebook.com/intern/diff/D72771753/)
[ghstack-poisoned]
0 commit comments