Liman

actor

attributelogger
= logging.getLogger(__name__)
attributehandler
= RichHandler(show_time=True, show_path=True, rich_tracebacks=True)
attributeT
= TypeVar('T', bound=(BaseNode[Any, Any]))
funccreate_errorcreate_error(message, /, actor, *, execution_id=None) -> NodeActorError
parammessagestr
paramactorNodeActor[T]
paramexecution_idUUID | None
= None

Returns

NodeActorError

Last updated on