Skip to main content

Module error

Module error 

Source
Expand description

Typed error type for the wt library.

Library APIs return Error; the binary maps it to a process exit code via Error::exit_code. Exit codes follow the spec (§12): 0 success, 1 user/operation error, 2 usage/argument error, 3 ambiguous query or nothing selected.

Enums§

Error
Errors produced by wt library operations.

Type Aliases§

Result
A convenient Result alias for wt library operations.