Skip to content

Commit

Permalink
Sort error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdswift committed Oct 6, 2021
1 parent 0ea2eb2 commit 004952b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/submit_isrc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@
103: "The proxy host name was not found (invalid proxy hostname).",
104: "The connection to the proxy timed out or the proxy did not reply in time to the request sent.",
105: "The proxy requires authentication in order to honour the request but did not accept any credentials offered (if any).",
199: "An unknown proxy-related error was detected.",
201: "The access to the remote content was denied (similar to HTTP error 403).",
202: "The operation requested on the remote content is not permitted.",
203: "The remote content was not found at the server (similar to HTTP error 404).",
204: "The remote server requires authentication to serve the content but the credentials provided were not accepted (if any).",
205: "The request needed to be sent again, but this failed for example because the upload data could not be read a second time.",
206: "The request could not be completed due to a conflict with the current state of the resource.",
207: "The requested resource is no longer available at the server.",
401: "The server encountered an unexpected condition which prevented it from fulfilling the request.",
402: "The server does not support the functionality required to fulfill the request.",
403: "The server is unable to handle the request at this time.",
299: "An unknown error related to the remote content was detected.",
301: "The Network Access API cannot honor the request because the protocol is not known.",
302: "The requested operation is invalid for this protocol.",
199: "An unknown proxy-related error was detected.",
299: "An unknown error related to the remote content was detected.",
399: "A breakdown in protocol was detected (parsing error, invalid or unexpected responses, etc.).",
401: "The server encountered an unexpected condition which prevented it from fulfilling the request.",
402: "The server does not support the functionality required to fulfill the request.",
403: "The server is unable to handle the request at this time.",
499: "An unknown error related to the server response was detected.",
}

Expand Down

0 comments on commit 004952b

Please sign in to comment.