tesseract v5.3.3.20231005
upload.ClientLoginError Class Reference
Inheritance diagram for upload.ClientLoginError:

Public Member Functions

def __init__ (self, url, code, msg, headers, args)
 

Public Attributes

 args
 
 reason
 

Detailed Description

Raised to indicate there was an error authenticating with ClientLogin.

Definition at line 130 of file upload.py.

Constructor & Destructor Documentation

◆ __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

Member Data Documentation

◆ args

upload.ClientLoginError.args

Definition at line 135 of file upload.py.

◆ reason

upload.ClientLoginError.reason

Definition at line 136 of file upload.py.


The documentation for this class was generated from the following file: