Error Handling
Managing errors fired by your agent.
Last updated
Managing errors fired by your agent.
Last updated
All exceptions fired from Neuron AI are an extension of NeuronException
. There several type of exception that can help you understand unexpected errors, but since they inherit from the same root exception gives you the ability to precisely catch agent errors in the context of your code:
If you want to be alerted on any error, consider to connect Inspector to your Agent instance. Learn more at the section.