We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7122b98 commit f28b167Copy full SHA for f28b167
trunk/reference/zookeeper/zookeeper.xml
@@ -680,6 +680,12 @@
680
<section xml:id="zookeeper.class.constants.api-errors">
681
<title><acronym>ZooKeeper</acronym> API Errors</title>
682
<variablelist>
683
+ <varlistentry xml:id="zookeeper.class.constants.ok">
684
+ <term><constant>Zookeeper::OK</constant></term>
685
+ <listitem>
686
+ <para>Everything is OK.</para>
687
+ </listitem>
688
+ </varlistentry>
689
<varlistentry xml:id="zookeeper.class.constants.apierror">
690
<term><constant>Zookeeper::APIERROR</constant></term>
691
<listitem>
0 commit comments