milestonexprotectwspython.xpwlogintokenexpiredexception

Module: xpwlogintokenexpiredexception.py

Revision History

Date Version Description
2023/07/11 1.0.0.0 Initial Version.

@export
class XPWLoginTokenExpiredException(milestonexprotectwspython.xpwexception.XPWException):

Raised when the API service detects that the login token is expired.

XPWLoginTokenExpiredException(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.