Skip to content

Commit

Permalink
Add ACCOUNT_EXPIRED_AND_PENDING_REMOVAL response code (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: tinker-michaelj <[email protected]>
  • Loading branch information
Michael Tinker authored May 14, 2021
1 parent 1d1f6b6 commit d86d76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/ResponseCode.proto
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,5 @@ enum ResponseCodeEnum {
SUCCESS_BUT_MISSING_EXPECTED_OPERATION = 220; // The throttle definitions file was updated, but some supported operations were not assigned a bucket
UNPARSEABLE_THROTTLE_DEFINITIONS = 221; // The new contents for the throttle definitions system file were not valid protobuf
INVALID_THROTTLE_DEFINITIONS = 222; // The new throttle definitions system file were invalid, and no more specific error could be divined
ACCOUNT_EXPIRED_AND_PENDING_REMOVAL = 223; // The transaction references an account which has passed its expiration without renewal funds available, and currently remains in the ledger only because of the grace period given to expired entities
}

0 comments on commit d86d76d

Please sign in to comment.