ErrorConfig
Error
__init__
| Name | Type | Description |
|---|---|---|
config | ErrorConfig | The config of the error. |
writer | LogWriter | The writer of the error. |
Error functionality for Components integration.
class ErrorConfig(TypedDict)
class Error(BaseContainer)
def __init__(config: ErrorConfig, writer: LogWriter)
| Name | Type | Description |
|---|---|---|
config | ErrorConfig | The config of the error. |
writer | LogWriter | The writer of the error. |
def data() -> Dict[str, Any]
Was this page helpful?