exception urllib.error.URLError
The handlers raise this exception (or derived exceptions) when they run into a problem. It is a subclass of OSError
.
-
reason
-
The reason for this error. It can be a message string or another exception instance.
Please login to continue.