fix: Add description for terLOCKED error (#6811)

This commit is contained in:
Gregory Tsipenyuk
2026-04-08 16:56:19 -04:00
committed by GitHub
parent d52dd29d20
commit 56c9d1d497

View File

@@ -215,6 +215,7 @@ transResults()
MAKE_ERROR(terNO_AMM, "AMM doesn't exist for the asset pair."),
MAKE_ERROR(terADDRESS_COLLISION, "Failed to allocate an unique account address."),
MAKE_ERROR(terNO_DELEGATE_PERMISSION, "Delegated account lacks permission to perform this transaction."),
MAKE_ERROR(terLOCKED, "Fund is locked."),
MAKE_ERROR(tesSUCCESS, "The transaction was applied. Only final in a validated ledger."),
};