btech.error package
btech.error contains checked symbols for BattleTech-specific failures. The
functions for creating, raising, wrapping, and inspecting errors live on
mux.error.
BattleTech code should use mux.error.codes for generic failures such as
invalid arguments. Use btech.error.codes only for BattleTech-subsystem
failures.
Code constants
| Constants | Description |
|---|---|
btech.error.codes | Checked BattleTech error-code symbols. |