Expand description
Typed error model for cu-profiler-core.
Errors are actionable: parser failures carry the offending log line index and
the concrete reason, so a caller can render a message like
Failed to parse compute-unit line at log index 42: expected integer after "consumed" rather than a bare parse failed.
Enums§
- Error
- All error conditions the core can surface.
Type Aliases§
- Result
- The result type used throughout the core crate.