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
ContainerRegistry: Fix decodingErrors parameters which were still using raw error codes (#22)
### Motivation
`swift-http-types` provides enums giving readable names for HTTP error codes. We should use these enums everewhere.
### Modifications
Fix a few places where raw HTTP error codes were still being used.
### Result
The code is more consistent. No functional change.
### Test Plan
Tests continue to pass.
0 commit comments