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