openff.bespokefit.schema.Error

model openff.bespokefit.schema.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