clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

[Tech debt] Split success and error return values in uworker_output.ErrorType

Open vitorguidi opened this issue 1 year ago • 0 comments

The ErrorType enum under uworker_output holds both error and success values, which lead to a cludge in #4516 so we can track error rate in uworker_main.

TODO: refactor the code that touches this Enum so errors and successful return values can be told apart. without having to list the success values outside of the proto.

vitorguidi avatar Dec 17 '24 22:12 vitorguidi