Skip to content

Commit

Permalink
Add response code for Auto Association limit reached (#83)
Browse files Browse the repository at this point in the history
* added new response code for AutoAssociations limit reached

Signed-off-by: anighanta <[email protected]>

* added a new responseCode for when an account exhausts its auto associations limit

Signed-off-by: anighanta <[email protected]>
  • Loading branch information
anighanta authored Aug 23, 2021
1 parent 3a02987 commit 03115a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/response_code.proto
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,6 @@ enum ResponseCodeEnum {
INSUFFICIENT_SENDER_ACCOUNT_BALANCE_FOR_CUSTOM_FEE = 259; // The sender account in the token transfer transaction could not afford a custom fee
SERIAL_NUMBER_LIMIT_REACHED = 260; // Currently no more than 4,294,967,295 NFTs may be minted for a given unique token type
CUSTOM_ROYALTY_FEE_ONLY_ALLOWED_FOR_NON_FUNGIBLE_UNIQUE = 261; // Only tokens of type NON_FUNGIBLE_UNIQUE can have royalty fees
NO_REMAINING_AUTO_ASSOCIATIONS = 262; // The account has reached the limit on the automatic associations count.
EXISTING_AUTOMATIC_ASSOCIATIONS_EXCEED_GIVEN_LIMIT = 263; // Already existing automatic associations are more than the new maximum automatic associations.
}

0 comments on commit 03115a3

Please sign in to comment.