We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61a8f4 commit 226b1e5Copy full SHA for 226b1e5
api/src/main/java/io/grpc/StatusException.java
@@ -65,6 +65,7 @@ public final Status getStatus() {
65
*
66
* @since 1.0.0
67
*/
68
+ @Nullable
69
public final Metadata getTrailers() {
70
return trailers;
71
}
0 commit comments