Logger
Error
Error functionality for Components integration.
ErrorConfig
Error config.
This class provides functionality to manage error configurations.
Error
This class represents an error event.
__init__
Initialize the error.
Arguments:
Name | Type | Description |
---|---|---|
config | ErrorConfig | The config of the error. |
writer | LogWriter | The writer of the error. |
data
Get the data of the error.
Returns:
Dict[str, Any]: The data of the error.