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
wtlibrary operations.
Type Aliases§
- Result
- A convenient
Resultalias forwtlibrary operations.