Message 10286

TUFLOW FV
Available since version: 2026.2.0
ERROR 10286 - Cannot use “<log_directory>” after an “ELSE” statement. Line no: <line_number> : “<line_text>”

Description

An Else If Scenario, Else If Event or Else keyword was found on the line shown after an Else block has already been opened. An Else block must be the final branch in a conditional block.

Suggestions

Move any remaining conditions after the Else block. The log file should indicate the offending lines.