Exception: Synthra::Errors::ScenarioError

Inherits:
ValidationError show all
Defined in:
lib/synthra/errors.rb

Overview

Scenario-level validation error

Raised when there are problems with scenario definitions.

Examples:

Missing @status directive

# ScenarioError: Scenario "Success" must define @status

Constant Summary collapse

ERROR_CODE =
"SCENARIO_ERROR"

Constructor Details

This class inherits a constructor from Synthra::Errors::ValidationError