diff --git a/extensions/client-batch.md b/extensions/client-batch.md index f45f9ee6..4b49ceb9 100644 --- a/extensions/client-batch.md +++ b/extensions/client-batch.md @@ -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 `: the provided reference tag contains + disallowed characters, all past and future messages in this batch + will be ignored. * `TIMEOUT `: the batch was left open for too long, all past and future messages in this batch will be ignored. +* `UNKNOWN_TYPE `: the batch type is not recognized + by the server, all past and future messages in this batch will be + ignored. ## Implementation considerations