Skip to content
  • Tomáš Pecka's avatar
    Report more detailed ALT errors to WebUI · 015f4717
    Tomáš Pecka authored
    Reporting only the top level exception from ALT is simply not enough.
    Compare the difference between these two errors logs propagated to the
    webui and/or worker's logger.
    
    Error: Evaluation of algorithm string::Parse failed.
    
    vs.
    
    Evaluation of algorithm string::Parse failed.
     -> Multiple initial states are not avaiable for DFA type
    
    Closes #41.
    015f4717