nv_dfm_core.api.ErrorToken#
- class nv_dfm_core.api.ErrorToken(*, token='@dfm-error-token', errors)[source]#
A token representing one or more errors that occurred during pipeline execution.
- Parameters:
token (Literal['@dfm-error-token'])
errors (list[ErrorInfo])
- model_config = {'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].