feat: add contract not found err
This commit is contained in:
parent
503bfec668
commit
fdd3b42e51
@ -103,6 +103,7 @@ enum ErrCode {
|
||||
LOW_REQUEST_AMOUNT = 7014;
|
||||
AGREEMENT_ALREADY_ACCEPTED = 7015;
|
||||
CONTRACT_ALREADY_GENERATED = 7016;
|
||||
CONTRACT_NOT_FOUND = 7080; // FIXME: Err numb er should be changed
|
||||
NIL_AUTH = 7017;
|
||||
CAN_NOT_BUY_AND_DEPOSIT = 7018;
|
||||
WHITELIST_ALREADY_USED = 7027;
|
||||
@ -115,7 +116,6 @@ enum ErrCode {
|
||||
NOT_ENOUGH_LOCKED_BALANCE = 7034;
|
||||
NOT_ENOUGH_BALANCE_TO_LOCK = 7035;
|
||||
|
||||
|
||||
// Server errors
|
||||
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;
|
||||
SERVER_ERROR_NIL_DB_TX = 8001;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user