spdl.autoresearch.core.AutoresearchError¶
- exception AutoresearchError(failure: FailureRecord)[source]¶
Expected workflow failure carrying a structured failure record.
- Parameters:
failure – The structured failure record describing what went wrong. Stored as the
failureattribute and itsmessagefield is forwarded toRuntimeError.