init
This commit is contained in:
14
superset_tool/exceptions.py
Normal file
14
superset_tool/exceptions.py
Normal file
@@ -0,0 +1,14 @@
|
||||
class SupersetToolError(Exception):
|
||||
"""Base exception class for all tool errors"""
|
||||
|
||||
class AuthenticationError(SupersetToolError):
|
||||
"""Authentication related errors"""
|
||||
|
||||
class SupersetAPIError(SupersetToolError):
|
||||
"""General API communication errors"""
|
||||
|
||||
class ExportError(SupersetToolError):
|
||||
"""Dashboard export errors"""
|
||||
|
||||
class ImportError(SupersetToolError):
|
||||
"""Dashboard import errors"""
|
||||
Reference in New Issue
Block a user