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
When no error is specified, error logging will throw a NPE at me.figo.FigoApi.logError(FigoApi.java:197)
Probably happens only when figo API has issues.
When no error is specified, error logging will throw a NPE at
me.figo.FigoApi.logError(FigoApi.java:197)
Probably happens only when figo API has issues.
Easiest Solution:
String errorString = errorResponse.getError() == null ? null : errorResponse.getError().toString();
The text was updated successfully, but these errors were encountered: