Skip to content

Commit 9fe1d9c

Browse files
committed
add array_empty error
1 parent 01ed305 commit 9fe1d9c

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)