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();