From 455753dadb31ea65390de3e6140eceb82c3173d5 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Tue, 8 Sep 2015 17:26:24 -0700 Subject: [PATCH] tx format - new tecOVERSIZE code --- content/tx_format.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/tx_format.md b/content/tx_format.md index 6c5422e65c..a1fb3247b2 100644 --- a/content/tx_format.md +++ b/content/tx_format.md @@ -1002,8 +1002,10 @@ These codes indicate that the transaction failed, but it was applied to a ledger | tecNO\_PERMISSION | 139 | **FORTHCOMING** Part of multi-signature transactions. | | tecNO\_ENTRY | 140 | **FORTHCOMING** Part of multi-signature transactions. | | tecINSUFFICIENT\_RESERVE | 141 | **FORTHCOMING** Part of multi-signature transactions. (Code may change; see [RIPD-743](https://ripplelabs.atlassian.net/browse/RIPD-743) for status.) | -| tecNEED_MASTER_KEY | 142 | This transaction attempted to cause changes that require the master key, such as [disabling the master key or giving up the ability to freeze balances](#accountset-flags). _(New in [rippled 0.28.0](https://github.com/ripple/rippled/releases/tag/0.28.0-rc1))_ | +| tecNEED\_MASTER\_KEY | 142 | This transaction attempted to cause changes that require the master key, such as [disabling the master key or giving up the ability to freeze balances](#accountset-flags). _(New in [rippled 0.28.0](https://github.com/ripple/rippled/releases/tag/0.28.0-rc1))_ | | tecDST\_TAG\_NEEDED | 143 | The [Payment](#payment) transaction omitted a destination tag, but the destination account has the `lsfRequireDestTag` flag enabled. _(New in [rippled 0.28.0][])_ | +| tecINTERNAL | 144 | Unspecified internal error, with fee claimed. This error code should not normally occur. | +| tecOVERSIZE | 145 | This transaction could not be processed, because attempted transaction processing created an excessively large amount of metadata. _(New in [rippled 0.29.0-hf1](https://github.com/ripple/rippled/releases/tag/0.29.0-hf1) )_ | ### tej Codes ###