CC: Jeremy Stribling <st...@nicira.com>
---
 ovsdb/SPECS |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ovsdb/SPECS b/ovsdb/SPECS
index cf0c9fa..951c097 100644
--- a/ovsdb/SPECS
+++ b/ovsdb/SPECS
@@ -442,6 +442,16 @@ include at least the following:
         The number of rows in a table exceeds the maximum number
         permitted by the table's "maxRows" value (see <table-schema>).
 
+    "error": "constraint violation"
+
+        Two or more rows in a table had the same values in the columns
+        that comprise an index.
+
+    "error": "resources exhausted"
+    "error": "I/O error"
+
+        As described in the definition of <error> above.
+
 If "params" contains one or more "wait" operations, then the
 transaction may take an arbitrary amount of time to complete.  The
 database implementation must be capable of accepting, executing, and
-- 
1.7.4.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to