Skip to main content

Module error

Module error 

Source
Expand description

Error types for cc-audit.

This module provides a unified error handling system with:

  • CcAuditError: The new unified error type with full context preservation
  • AuditError: Legacy error type for backwards compatibility
  • Context types for better error messages

Enums§

AuditError
Legacy error type for backwards compatibility.
CcAuditError
Unified error type for all cc-audit operations.
IoOperation
I/O operation types.
ParseFormat
Parse format types.

Type Aliases§

CcResult
Result type alias for operations using the new CcAuditError.
Result
Result type alias for operations using the legacy AuditError.