Raised to indicate there was an error authenticating with ClientLogin.
Definition at line 130 of file upload.py.
◆ __init__()
def upload.ClientLoginError.__init__ |
( |
|
self, |
|
|
|
url, |
|
|
|
code, |
|
|
|
msg, |
|
|
|
headers, |
|
|
|
args |
|
) |
| |
Definition at line 133 of file upload.py.
133 def __init__(self, url, code, msg, headers, args):
134 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
135 self.args = args
136 self.reason = args["Error"]
137
138
◆ args
upload.ClientLoginError.args |
◆ reason
upload.ClientLoginError.reason |
The documentation for this class was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/scripts/upload.py