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
feat: update ErrorDetails to allow unpacking arbitrary messages (#3073)
Because the google.rpc.Status.details is a google.protobuf.Any, it can
contain any message. ErrorDetails conveniently unpacks the standard
status message types from google/rpc/error_details.proto but some
services provide their own error details types.
This new method allows unpacking those custom messages without
deserializing the entire google.rpc.Status another time.
0 commit comments