AIAgentException
Represents a custom exception class for use in AI Agent-related processes.
This exception is thrown when the AI Agent encounters a specific problem that requires handling or reporting. It extends the base Exception
class and provides a detailed message for easier identification of the issue.
Parameters
problem
Description of the problem encountered by the AI Agent.
throwable
Optional cause of the exception, which can provide additional context about the error.
Properties
Functions
Link copied to clipboard
Converts a Throwable instance to an AIAgentError.