summaryrefslogtreecommitdiff
path: root/src/docs/error-handling.dox
diff options
context:
space:
mode:
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