diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #180 couchbase version 2.4.4 ] { +Extension [ <persistent> extension #179 couchbase version 2.4.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,7 +29,7 @@ Extension [ <persistent> extension #180 couchbase version 2.4.4 ] { } } - - Constants [151] { + - Constants [161] { Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 } Constant [ integer COUCHBASE_PERSISTTO_ONE ] { 1 } Constant [ integer COUCHBASE_PERSISTTO_TWO ] { 2 } @@ -146,6 +146,16 @@ Extension [ <persistent> extension #180 couchbase version 2.4.4 ] { Constant [ integer COUCHBASE_GENERIC_CONSTRAINT_ERR ] { 82 } Constant [ integer COUCHBASE_NAMESERVER_ERROR ] { 83 } Constant [ integer COUCHBASE_NOT_AUTHORIZED ] { 84 } + Constant [ integer COUCHBASE_SUBDOC_INVALID_COMBO ] { 85 } + Constant [ integer COUCHBASE_SUBDOC_MULTI_PATH_FAILURE ] { 86 } + Constant [ integer COUCHBASE_SUBDOC_SUCCESS_DELETED ] { 87 } + Constant [ integer COUCHBASE_SUBDOC_XATTR_INVALID_FLAG_COMBO ] { 88 } + Constant [ integer COUCHBASE_SUBDOC_XATTR_INVALID_KEY_COMBO ] { 89 } + Constant [ integer COUCHBASE_SUBDOC_XATTR_UNKNOWN_MACRO ] { 90 } + Constant [ integer COUCHBASE_SUBDOC_XATTR_UNKNOWN_VATTR ] { 91 } + Constant [ integer COUCHBASE_SUBDOC_XATTR_CANT_MODIFY_VATTR ] { 92 } + Constant [ integer COUCHBASE_SUBDOC_MULTI_PATH_FAILURE_DELETED ] { 93 } + Constant [ integer COUCHBASE_SUBDOC_INVALID_XATTR_ORDER ] { 94 } Constant [ integer COUCHBASE_TMPFAIL ] { 11 } Constant [ integer COUCHBASE_KEYALREADYEXISTS ] { 12 } Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 } |