Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
View module source on GitHub
class ErrorConfig(TypedDict)
Error config.
This class provides functionality to manage error configurations.
class Error(BaseContainer)
Error.
This class represents an error event.
__init__
def __init__(config: ErrorConfig, writer: LogWriter)
Initialize the error.
Arguments:
| Name | Type | Description |
|---|
config | ErrorConfig | The config of the error. |
writer | LogWriter | The writer of the error. |
data
def data() -> Dict[str, Any]
Get the data of the error.
Returns:
Dict[str, Any]: The data of the error.