Structsยง
- Error
Raw - Represents raw error information, defining all necessary details to describe an error.
- Error
Trigger - Handles error triggers, controlling whether an error should cause a panic or just be displayed.
- Raw
- A struct serving as a wrapper for
ErrorRaw
. Provides a convenient way to handle raw error data.