Hi
I am using pydgraph and I run a mutation using txn.mutate
I get a result but it is missing the data
txn {
start_ts: 560306
commit_ts: 560307
preds: "1-User.name"
}
latency {
parsing_ns: 160524
processing_ns: 4477599
assign_timestamp_ns: 1014877
total_ns: 5808752
}
uids {
key: "usr"
value: "0x249f3"
}
If I compare it to the Ratel:
You can see that the data contains a code and a message.
Can you add it please to the SDK?