Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions extensions/client-batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,14 @@ Servers MUST use `FAIL` messages from the [standard replies][] framework
to notify clients of errors with client-initiated batches.
The command is `BATCH` and the following codes are defined:

* `INVALID_REFTAG <reference-tag>`: the provided reference tag contains
disallowed characters, all past and future messages in this batch
will be ignored.
* `TIMEOUT <reference-tag>`: the batch was left open for too long,
all past and future messages in this batch will be ignored.
* `UNKNOWN_TYPE <reference-tag> <type>`: the batch type is not recognized
by the server, all past and future messages in this batch will be
ignored.

## Implementation considerations

Expand Down