summaryrefslogtreecommitdiff
path: root/src/docs/error-handling.dox
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-02-12 13:27:32 -0500
committerSusan LoVerso <sue@wiredtiger.com>2015-02-12 13:27:32 -0500
commit46b7721215856d08ca3a37f7ffc27c57b1d4c1d7 (patch)
tree24b8de44efb9fb9d14c613dd9d05cd64c489815e /src/docs/error-handling.dox
parentba3747e95de27931b3a101406b3a12ddbb64a2c7 (diff)
downloadmongo-46b7721215856d08ca3a37f7ffc27c57b1d4c1d7.tar.gz
Add recover config setting and use it in the wt command. #1651
Diffstat (limited to 'src/docs/error-handling.dox')
-rw-r--r--src/docs/error-handling.dox3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/docs/error-handling.dox b/src/docs/error-handling.dox
index cf268f80500..d1291e38ff0 100644
--- a/src/docs/error-handling.dox
+++ b/src/docs/error-handling.dox
@@ -49,6 +49,9 @@ This error indicates an operation did not find a value to return. This includes
@par <code>WT_PANIC</code>
This error indicates an underlying problem that requires the application exit and restart. The application can exit immediately when \c WT_PANIC is returned from a WiredTiger interface, no further WiredTiger calls are required.
+@par <code>WT_RUN_RECOVERY</code>
+This error is generated when wiredtiger_open is configured to return an error if recovery is required to use the database.
+
@if IGNORE_BUILT_BY_API_ERR_END
@endif