Module error

Module error 

Source
Expand description

Error types for cleanroom testing framework

This module provides comprehensive error handling following core team best practices:

  • Structured error types with context
  • Error chaining and propagation
  • User-friendly error messages
  • Debug information for troubleshooting

Structs§

CleanroomError
Comprehensive error type for cleanroom operations

Enums§

BackendError
Backend-specific errors
ConfigError
Configuration errors
ErrorKind
Error kinds for different failure scenarios
PolicyError
Policy-specific errors
ScenarioError
Scenario-specific errors
ServiceError
Service-specific errors

Type Aliases§

Result
Result type alias for cleanroom operations