/_error
Last updated
Was this helpful?
Last updated
Was this helpful?
This skill is triggered when a run-time error happens during the execution of your virtual assistant skill. Most of the in Activechat have a separate "ERROR" node that will be triggered when there's an error associated with this block, but to make error handling easier we introduced a universal that will be fired on errors automatically if there are no blocks connected to the "ERROR" exit in a faulty block.
The reasons for these errors can be different. The most common are:
bad response from an external API triggered by the block
bad response from the Google Cloud API in one of our or integrations
math errors (like dividing by zero) in the block
etc
By default, the '_error' skill will pause the flow execution, notify the user about the error (the most recent error message is always stored in the $_last_error ), and notify you as bot admin through the email.
Read more about handling run-time errors in chatbot flows in our guide.