This commit is contained in:
M66B
2023-12-13 11:42:38 +01:00
parent f8b15e2d24
commit a0ffa726d4
13 changed files with 12 additions and 71 deletions

View File

@@ -701,7 +701,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
if (ex instanceof ProtocolException) {
Response r = ((ProtocolException) ex).getResponse();
if (r != null && !TextUtils.isEmpty(r.getRest()))
return r.getRest(); // TODO CASA ?
return r.getRest();
}
return new ThrowableWrapper(ex).toSafeString();