Errors
mvx.common.errors provides structured exception types used across MVX packages.
These errors carry both a human-readable message and structured diagnostic data.
Hierarchy
Exception
├── StructuredError
│ ├── ReasonedError
│ ├── InvalidFunctionArgumentError
│ └── RuntimeExtendedError (RuntimeError)
└── RuntimeUnexpectedError