V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 41d9a6fa10 - Show all commits
+1
View File
@@ -43,6 +43,7 @@ enum ErrCode {
DISCOUNT_NOT_FOUND = 3005;
BANK_INFO_NOT_FOUND = 3007;
RECIPIENT_NOT_FOUND = 3008;
USER_NOT_FOUND = 3009;
// Resource state errors
ASSET_NOT_ACTIVE = 4000;