static RPCError parse(String callingMethod, Map json) { return RPCError(callingMethod, json['code'], json['message'], json['data']); }