Files
mongo/dist/api_err
Keith Bostic 1d10abd142 Deleted pages are now maintained in the tree until their parent is evicted;
remove the WT_PAGE_DELETED error return.
2011-03-20 19:58:20 -04:00

14 lines
447 B
Plaintext

# This file lists all of the errors returned by the WiredTiger library, and is
# and is processed to create the #defines and the function that lists their
# associated strings.
#
# The format:
# error<tab>string
WT_DEADLOCK conflict with concurrent operation
WT_ERROR non-specific WiredTiger error
WT_NOTFOUND item not found
WT_READONLY attempt to modify a read-only value
WT_RESTART restart the operation (internal)
WT_TOOSMALL buffer too small