summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/docs/error-handling.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/docs/error-handling.dox')
-rw-r--r--src/third_party/wiredtiger/src/docs/error-handling.dox3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/docs/error-handling.dox b/src/third_party/wiredtiger/src/docs/error-handling.dox
index fc5062b45a8..e25d3500790 100644
--- a/src/third_party/wiredtiger/src/docs/error-handling.dox
+++ b/src/third_party/wiredtiger/src/docs/error-handling.dox
@@ -74,6 +74,9 @@ This error is only generated when wiredtiger_open is configured to run in-memory
@par <code>WT_PREPARE_CONFLICT</code>
This error is generated when the application attempts to update an already updated record which is in prepared state. An updated record will be in prepared state, when the transaction that performed the update is in prepared state.
+@par <code>WT_TRY_SALVAGE</code>
+This error is generated when corruption is detected in an on-disk file. The application may choose to salvage the file or retry wiredtiger_open with the 'salvage=true' configuration setting.
+
@if IGNORE_BUILT_BY_API_ERR_END
@endif