Skip to content

Commit 382a10b

Browse files
Add temARRAY_EMPTY error for Batch transaction
1 parent d2cf306 commit 382a10b

File tree

1 file changed

+1
-0
lines changed
  • docs/references/protocol/transactions/types

1 file changed

+1
-0
lines changed

docs/references/protocol/transactions/types/batch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ A transaction is considered successful if it receives a `tesSUCCESS` result.
169169

170170
| Error Code | Description |
171171
|:--------------------------|:--------------------------------------------------|
172+
| `temARRAY_EMPTY` | The batch transaction contains zero or one inner transaction. You must submit at least two inner transactions. |
172173
| `temINVALID_INNER_BATCH` | An inner transaction is malformed. |
173174
| `temSEQ_AND_TICKET` | The transaction contains both a `TicketSequence` field and a non-zero `Sequence` value. A transaction can't include both fields, but must have at least one. |
174175

0 commit comments

Comments
 (0)