add response message and remove unused response code (#185)

This commit is contained in:
Denis Angell
2023-11-09 12:31:15 +01:00
committed by GitHub
parent 195904574c
commit ac6c102876
2 changed files with 1 additions and 1 deletions

View File

@@ -138,7 +138,6 @@ enum TEMcodes : TERUnderlyingType {
temXCHAIN_TOO_MANY_ATTESTATIONS, // RESERVED - XCHAIN
temHOOK_DATA_TOO_LARGE,
temHOOK_REJECTED,
};
//------------------------------------------------------------------------------

View File

@@ -174,6 +174,7 @@ transResults()
MAKE_ERROR(temSEQ_AND_TICKET, "Transaction contains a TicketSequence and a non-zero Sequence."),
MAKE_ERROR(temBAD_NFTOKEN_TRANSFER_FEE, "Malformed: The NFToken transfer fee must be between 1 and 5000, inclusive."),
MAKE_ERROR(temHOOK_DATA_TOO_LARGE, "Malformed: The hook CreateCode field is to large to be applied to the ledger."),
MAKE_ERROR(terRETRY, "Retry transaction."),
MAKE_ERROR(terFUNDS_SPENT, "DEPRECATED."),
MAKE_ERROR(terINSUF_FEE_B, "Account balance can't pay fee."),