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
Currently, the Status::with_details will encode the details blob into base64 but when the getter Status::details gets called it will return the base64 encoded version where in-fact this should return the original blob.
The text was updated successfully, but these errors were encountered:
Currently, the
Status::with_details
will encode the details blob into base64 but when the getterStatus::details
gets called it will return the base64 encoded version where in-fact this should return the original blob.The text was updated successfully, but these errors were encountered: