Added details for chats with participants list
This commit is contained in:
lib
@ -55,9 +55,9 @@ abstract class TalkApi<T> extends ApiRequest {
|
||||
try {
|
||||
assembled = assemble(data.body);
|
||||
return assembled;
|
||||
} catch (_) {
|
||||
} catch (e) {
|
||||
// TODO report error
|
||||
log("Error assembling Talk API ${T.toString()} response on ${endpoint.path} with body: $body and headers: ${headers.toString()}");
|
||||
log("Error assembling Talk API ${T.toString()} message: ${e.toString()} response on ${endpoint.path} with request body: $body and request headers: ${headers.toString()}");
|
||||
}
|
||||
|
||||
throw Exception("Error assembling Talk API response");
|
||||
|
Reference in New Issue
Block a user