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
"code": 13,
"message": "Bad request",
"details": [
{
/* Could not find any type in the set of imported protos */
"@type": "type.googleapis.com/google.rpc.BadRequest",
"value": "ChgKD25lc3RlZC5wYWdlU2l6ZRIFRXJyb3I="
},
{
/* Could not find any type in the set of imported protos */
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"value": "CgtCQURfUkVRVUVTVBIIaWRlbnRpdHk="
}
]
}
To Reproduce
Steps to reproduce the behavior:
Makes calls to the service and returns error messages inside the grpc-status-details-bin trailer.
Kreya returns the corresponding results as above
Expected behavior
Expect to decode messages with type Any included in details of google.rpc.Status
Environment (if possible, copy the information from the error dialog or the About menu):
OS: macOs Sonoma 14.5
Kreya Version: 1.15.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Kreya does not support decoding messages in 'https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto'
To Reproduce
Steps to reproduce the behavior:
grpc-status-details-bin
trailer.Expected behavior
Expect to decode messages with type Any included in details of
google.rpc.Status
Environment (if possible, copy the information from the error dialog or the About menu):
The text was updated successfully, but these errors were encountered: