yera.tools.exceptions
Tool-related user-facing errors.
Symbols
class InvalidToolCredsArgumentError — Raised when ``creds=`` is not ``None``, a ``str``, or ``list[str]``.
InvalidToolCredsArgumentError
Inherits:
ToolDecoratorErrorRaised when creds= is not None, a str, or list[str].
ToolDecoratorError
Inherits:
YeraErrorSubclasses:
InvalidToolCredsArgumentErrorRaised when @tool is used with invalid arguments.