Rename error field in json receive response to exception
This commit is contained in:
parent
3f582e9c2e
commit
7261129609
@ -25,7 +25,7 @@ public class JsonReceiveMessageHandler implements Manager.ReceiveMessageHandler
|
||||
final var object = new HashMap<String, Object>();
|
||||
object.put("account", m.getSelfNumber());
|
||||
if (exception != null) {
|
||||
object.put("error", JsonError.from(exception));
|
||||
object.put("exception", JsonError.from(exception));
|
||||
}
|
||||
|
||||
if (envelope != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user