Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
add grpc return type:server busy
Browse files Browse the repository at this point in the history
  • Loading branch information
huzhenyuan committed May 11, 2018
1 parent c98bb68 commit e191aed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ message Return {
TAPOS_ERROR = 6;
TOO_BIG_TRANSACTION_ERROR = 7;
TRANSACTION_EXPIRATION_ERROR = 8;
SERVER_BUSY = 9;
OTHER_ERROR = 20;
}

Expand Down

0 comments on commit e191aed

Please sign in to comment.