Exception: Synthra::Errors::SimulatedBehaviorError
- Defined in:
- lib/synthra/errors.rb
Overview
Base class for simulated behavior errors
Simulated errors are raised intentionally by behaviors like @failure, @close_connection, and @simulate_error. They help test how consuming applications handle various failure scenarios.
Direct Known Subclasses
Constant Summary collapse
- ERROR_CODE =
"SIMULATED_BEHAVIOR_ERROR"