14 lines
447 B
Plaintext
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
|