strahl.errors¶
errors
¶
Error classes exported by the Strahl SDK.
StrahlAPIError
¶
Raised when the Strahl API returns a response the SDK cannot interpret.
StrahlDenied
¶
StrahlDenied(
result: AnalysisResult | ToolCallAnalysisResult,
message: str | None = None,
)
Raised when a Strahl analysis denies one or more tool calls.
StrahlError
¶
Base class for Strahl SDK errors.