milestonexprotectrestpython.xprlogintokenexpiredexception
Module: xprrestserviceexception.py
Revision History
Date | Version | Description |
---|---|---|
2023/07/11 | 1.0.0.0 | Initial Version. |
Raised when the API service detects that the login token is expired.
XPRLoginTokenExpiredException(message: str, logsi: smartinspectpython.sisession.SISession = None)
Initializes a new instance of the class.
Arguments:
- message (str): Exception message text.
- logsi (SISession): Trace session object that this exception will be logged to, or null to bypass trace logging.