![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for upload.ClientLoginError:
Collaboration diagram for upload.ClientLoginError:Public Member Functions | |
| def | __init__ |
| def | __init__ |
Public Attributes | |
| args | |
| reason | |
Raised to indicate there was an error authenticating with ClientLogin.
Definition at line 115 of file upload.py.
View newest version in sPHENIX GitHub at line 115 of file upload.py
| def upload.ClientLoginError.__init__ | ( | self, | |
| url, | |||
| code, | |||
| msg, | |||
| headers, | |||
| args | |||
| ) |
Definition at line 118 of file upload.py.
View newest version in sPHENIX GitHub at line 118 of file upload.py
Referenced by upload.ClientLoginError.__init__().
Here is the caller graph for this function:| def upload.ClientLoginError.__init__ | ( | self, | |
| url, | |||
| code, | |||
| msg, | |||
| headers, | |||
| args | |||
| ) |
Definition at line 118 of file upload.py.
View newest version in sPHENIX GitHub at line 118 of file upload.py
References upload.ClientLoginError.__init__(), upload.ClientLoginError.args, and upload.ClientLoginError.reason.
Here is the call graph for this function:| upload.ClientLoginError.args |
Definition at line 120 of file upload.py.
View newest version in sPHENIX GitHub at line 120 of file upload.py
Referenced by upload.ClientLoginError.__init__().
| upload.ClientLoginError.reason |
Definition at line 121 of file upload.py.
View newest version in sPHENIX GitHub at line 121 of file upload.py
Referenced by upload.ClientLoginError.__init__().