exceptions Package
Classes
| AppNotFoundException |
Raised when specified app (name or UUID) is not found. |
| CapacityNotFoundException |
Raised when specified capacity (name or UUID) is not found. |
| DatasetNotFoundException |
Raised when specified dataset (name or UUID) is not found. |
| DomainNotFoundException |
Raised when specified domain (name or UUID) is not found. |
| FabricHTTPException |
Raised when an API call to any Fabric REST API fails with status code >= 400. |
| FolderNotFoundException |
Raised when specified folder (name or UUID) is not found. |
| ItemNotFoundException |
Raised when specified item (name or UUID) is not found. |
| SemPyException |
Base class for other exceptions. |
| TagNotFoundException |
Raised when specified tag (name or UUID) is not found. |
| WorkspaceNotFoundException |
Raised when specified workspace (name or UUID) is not found. |