Skip to content
Snippets Groups Projects
Commit 9c322691 authored by ocelot-inc's avatar ocelot-inc
Browse files

errcode.xml minor change

parent 397b6d6d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<para>In the current version of the binary protocol, error message,
which is normally more descriptive than error code,
is not present in server response. The actual message may contain
a file name, a detailed reason or operating system error code.
a file name, a detailed reason or an operating system error code.
All such messages, however, are logged in the error log. When
using <emphasis role="strong">Memcached</emphasis> protocol, the error message is sent to the
client along with the code. Below follow only general descriptions
......@@ -45,13 +45,6 @@ file <filename xlink:href="https://github.com/tarantool/tarantool/blob/master/in
</para></listitem>
</varlistentry>
<varlistentry>
<term xml:id="ER_INDEX_VIOLATION" xreflabel="ER_INDEX_VIOLATION">ER_INDEX_VIOLATION</term>
<listitem><para>A unique index constraint violation: a tuple
with the same key is already present in the index.
</para></listitem>
</varlistentry>
<varlistentry>
<term xml:id="ER_KEY_PART_COUNT" xreflabel="ER_KEY_PART_COUNT">ER_KEY_PART_COUNT</term>
<listitem><para>Key part count is greater than index part count
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment