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
The set of codes provided doesn't seem comprehensive enough to cover the many possible kinds of error that might happen.
For example, what is error code can a server use if it fails to access a backend data store for some reason?
Or if it can't parse a numeric query parameter?
The docker registry itself uses an UNKNOWN error code for errors that it can't categorize. I'd suggest adding that to the list of possible error codes, and also potentially providing some registration scheme for error codes so it's possible to extend the set by mutual agreement.
The text was updated successfully, but these errors were encountered:
The section on error codes states the following:
The set of codes provided doesn't seem comprehensive enough to cover the many possible kinds of error that might happen.
For example, what is error code can a server use if it fails to access a backend data store for some reason?
Or if it can't parse a numeric query parameter?
The docker registry itself uses an
UNKNOWN
error code for errors that it can't categorize. I'd suggest adding that to the list of possible error codes, and also potentially providing some registration scheme for error codes so it's possible to extend the set by mutual agreement.The text was updated successfully, but these errors were encountered: