Skip to content

Commit 3c3c878

Browse files
committed
Add missing subdoc error to BinaryProtocol.md
Change-Id: I5126b3eb3f37f885f1337f664f0e7ebca50f8d3d Reviewed-on: http://review.couchbase.org/c/kv_engine/+/137816 Tested-by: Build Bot <[email protected]> Reviewed-by: Richard de Mellow <[email protected]>
1 parent bf7184a commit 3c3c878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/BinaryProtocol.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ Possible values of this two-byte field:
369369
| 0x00d2 | (Subdoc) Can't modify virtual attributes |
370370
| 0x00d3 | (Subdoc) One or more paths in a multi-path command failed on a deleted document |
371371
| 0x00d4 | (Subdoc) Invalid XATTR order (xattrs should come first) |
372+
| 0x00d5 | (Subdoc) The server don't know this virtual macro |
372373

373374
In addition to the above defined status codes, the range 0xff00 - 0xffff
374375
is reserved for end-user applications (e.g. proxies). Couchbase itself will

0 commit comments

Comments
 (0)