openff.bespokefit.executor.services.models.Error

model openff.bespokefit.executor.services.models.Error[source]

Bases: BaseModel

Fields
field type: str [Required]

The type of exception that was raised.

field message: str [Required]

The message associated with the exception.

field traceback: Optional[str] = None

The traceback associated with the exception