File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Sources/GRPCProtobuf/Errors Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,9 @@ public import SwiftProtobuf
33
33
/// >
34
34
/// > The error information is transmitted to clients in the trailing metadata of an RPC. It is
35
35
/// > inserted into the metadata keyed by "grpc-status-details-bin". The value of the metadata is
36
- /// > the serialized bytes of a "google.protobuf.Any" protocol buffers message. The content of which
37
- /// > is a "google.rpc.Status" protocol buffers message containing the status code, message, and
38
- /// > details.
39
- public struct GoogleRPCStatus : Error {
36
+ /// > the serialized bytes of a "google.rpc.Status" protocol buffers message containing the status
37
+ /// > code, message, and details.
38
+ public struct GoogleRPCStatus : Error , Hashable {
40
39
/// A code representing the high-level domain of the error.
41
40
public var code : RPCError . Code
42
41
You can’t perform that action at this time.
0 commit comments