metadata property

Map<String, List<String>> metadata
final

Response metadata (union of headers and trailers) attached to the failing call. Names are lowercased per HTTP convention.

Implementation

final Map<String, List<String>> metadata;