Skip to content

Corrected iteration over BS Error enums in pixels

Tomasz Bold requested to merge tbold/athena:correct-iteration-over-enums into master

As the title says, the handling of BS errors was incorrect. Only first (TimeOut) and the last (Limit) were actually counted in client code.

Tagging @tsuno @sutt @nagano (presumably I fixed legacy code, but I feared that we may be cloning it).

Merge request reports