Module pysapscript.types_.exceptions
Exceptions thrown
Classes
class ActionException (*args, **kwargs)
-
Expand source code
class ActionException(Exception): """Error performing action - click, select ..."""
Error performing action - click, select …
Ancestors
- builtins.Exception
- builtins.BaseException
class ActionNotAllowedException (*args, **kwargs)
-
Expand source code
class ActionNotAllowedException(Exception): """Action not allowed - e.g. sending VKey to a non-editable field"""
Action not allowed - e.g. sending VKey to a non-editable field
Ancestors
- builtins.Exception
- builtins.BaseException
class AttachException (*args, **kwargs)
-
Expand source code
class AttachException(Exception): """Error with attaching - connection or session"""
Error with attaching - connection or session
Ancestors
- builtins.Exception
- builtins.BaseException
class WindowDidNotAppearException (*args, **kwargs)
-
Expand source code
class WindowDidNotAppearException(Exception): """Main windows didn't show up - possible pop-up window"""
Main windows didn't show up - possible pop-up window
Ancestors
- builtins.Exception
- builtins.BaseException