Page MenuHomePhabricator

ApiErrorFormatter_BackCompat: Choose first error, not last, in addWarningOrError
Closed, ResolvedPublic0 Estimated Story Points

Description

Right now we end up picking the last error in the stack (applying ApiResult::OVERRIDE) whereas the first one is the most specific in at least one case (ApiEdit errors), and this is a recent B/C breakage (die status used to pick the first one back when the API could only handle one).