exceptions
dev_tool.services.scripting.exceptions
ScriptingServiceError
Bases: DevToolBaseError
An exception that is raised when a scripting service operation fails.
ScriptDiscoveryError
Bases: ScriptingServiceError
An exception that is raised when Python scripts cannot be discovered.
ScriptExecutionError
Bases: ScriptingServiceError
An exception that is raised when a Python script fails to execute.
ScriptNotFoundError
Bases: ScriptingServiceError
An exception that is raised when a requested Python script cannot be found.