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

ConstantsDescription
btech.error.codesChecked BattleTech error-code symbols.