semantic markup update
This commit is contained in:
@@ -146,6 +146,7 @@ class NetworkError(SupersetToolError):
|
||||
# @POST: Error is initialized with network failure context.
|
||||
def __init__(self, message: str = "Network connection failed", **context: Any):
|
||||
super().__init__(f"[NETWORK_FAILURE] {message}", context={"type": "network", **context})
|
||||
# [/DEF:__init__:Function]
|
||||
# [/DEF:NetworkError:Class]
|
||||
|
||||
# [DEF:FileOperationError:Class]
|
||||
|
||||
Reference in New Issue
Block a user