Expand description
Test error handling
This module defines error types for integration test failures and configuration issues. It provides comprehensive error handling for Docker operations, service configuration, and test execution problems.
§Primary types
TestError: main error enum for test failures and configuration issuesDockerError: error type for Docker operationsCredentialRetrievalError: error type for credential retrieval operationsUnavailableRuntimeError: error type for runtime availability issues
Structs§
- Credential
Retrieval Error - A Credential loading error
- Docker
Error - A low level Docker error.
- Unavailable
Runtime Error - An error indicating that the async runtime was not configured.
Enums§
- Test
Error - Error type for integration tests.