You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This shouldn't thrown an NPE if the call to .getValue() returns null (which can happen if the caller doesn't do something like Strings.nullToEmpty() on all possible values).
The text was updated successfully, but these errors were encountered:
From: https://github.com/palantir/http-remoting-api/blob/develop/errors/src/main/java/com/palantir/remoting/api/errors/SerializableError.java#L119
This shouldn't thrown an NPE if the call to
.getValue()
returns null (which can happen if the caller doesn't do something like Strings.nullToEmpty() on all possible values).The text was updated successfully, but these errors were encountered: