Skip to main content

Module error

Module error 

Source
Expand description

Unified error type for the full mythic-c2 lifecycle — codec, crypto, transport, protocol, task execution, and runtime.

Each variant carries a stable numeric code used by Display. In no_std release builds every error is a single-digit number — zero strings.

Enums§

MythicError
Unified error covering the full C2 agent lifecycle.

Type Aliases§

MythicResult
Convenience alias.