Instance Propertygrpc-swift 2.0.0GRPCCore

metadata

Metadata associated with the error.

RPCError.swift:33
var metadata: Metadata

Any metadata included in the error thrown from a service will be sent back to the client and conversely any RPCError received by the client may include metadata sent by a service.

Note that clients and servers may synthesise errors which may not include metadata.