You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
process_error_codes was confusing to read due to the lack of distinction
it made between error codes (ErrorCode) and error code names (str). This
refactor fixes this, and also makes the documentation comment at the
topic of the function a real comment.
The current CI ensures this does not introduce errors.
0 commit comments