We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e7fd3 commit 724cd84Copy full SHA for 724cd84
1 file changed
api/src/main/java/io/grpc/Status.java
@@ -413,6 +413,7 @@ public static Status fromThrowable(Throwable t) {
413
*
414
* @return the trailers or {@code null} if not found.
415
*/
416
+ @Nullable
417
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/4683")
418
public static Metadata trailersFromThrowable(Throwable t) {
419
Throwable cause = checkNotNull(t, "t");
0 commit comments