aboutsummaryrefslogtreecommitdiff
path: root/ovsdb
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-06 11:27:44 -0700
committerBen Pfaff <blp@nicira.com>2011-06-06 12:48:54 -0700
commitd901ddf433b7b7d37216b5ff4bf185e9319dce47 (patch)
tree161aae311907f6f220bc2ec7ec74c3707097dfef /ovsdb
parenteb8b28e7da920d162f439a5a58088982f0da58a1 (diff)
ovsdb: Better document possible commit-time error results.
CC: Jeremy Stribling <strib@nicira.com>
Diffstat (limited to 'ovsdb')
-rw-r--r--ovsdb/SPECS10
1 files changed, 10 insertions, 0 deletions
diff --git a/ovsdb/SPECS b/ovsdb/SPECS
index cf0c9fa1..951c0976 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