summaryrefslogtreecommitdiff
path: root/dist/api_err.py
diff options
context:
space:
mode:
authorDavid Hows <david.hows@mongodb.com>2016-06-24 17:05:13 +1000
committerDavid Hows <david.hows@mongodb.com>2016-06-24 17:05:13 +1000
commitd8fb874fc40989cb9675e56ca80b3b64e6fa2ee3 (patch)
tree6f03ed5cde97aedc762215c14d23ee5305998a2b /dist/api_err.py
parentfb1663e6fc800be97c0ddc697b6f939dc610e08e (diff)
parent1f4aaa4490a82cf947afdabbb9214ee5b1850d13 (diff)
downloadmongodb-3.3.10.tar.gz
Merge branch 'develop' of github.com:wiredtiger/wiredtiger into mongodb-3.4mongodb-3.3.9mongodb-3.3.10mongodb-3.0.1
Diffstat (limited to 'dist/api_err.py')
-rw-r--r--dist/api_err.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/api_err.py b/dist/api_err.py
index af5f1c12b37..82f961a4ac9 100644
--- a/dist/api_err.py
+++ b/dist/api_err.py
@@ -58,8 +58,6 @@ errors = [
more than the configured cache size to complete. The operation
may be retried; if a transaction is in progress, it should be
rolled back and the operation retried in a new transaction.'''),
- Error('WT_PERM_DENIED', -31808,
- 'permission denied (internal)', undoc=True),
]
# Update the #defines in the wiredtiger.in file.