Add error info

This commit is contained in:
Nex
2018-10-08 18:36:20 +08:00
parent dbc8d522b6
commit 5b0dc19856
3 changed files with 28 additions and 9 deletions

View File

@@ -7,6 +7,12 @@ option java_package = "bdchain.api.grpc";
option java_outer_classname = "CommonProto";
option java_multiple_files = true;
message Error {
string code = 1; // One of a server-defined set of error codes.
string message = 2; // A human-readable representation of the error.
string target = 3; // The target of the error.
}
/* 事务类型 */
enum TransactionType {
RECORD = 0; // 通用数据记录