From d86d76d28927c87d66f04f4b4dc2e581d71a736c Mon Sep 17 00:00:00 2001 From: Michael Tinker Date: Fri, 14 May 2021 18:15:53 -0500 Subject: [PATCH] Add ACCOUNT_EXPIRED_AND_PENDING_REMOVAL response code (#35) Signed-off-by: tinker-michaelj --- services/ResponseCode.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/services/ResponseCode.proto b/services/ResponseCode.proto index 44e1d82d..05c77507 100644 --- a/services/ResponseCode.proto +++ b/services/ResponseCode.proto @@ -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 }