Common Exceptions
Explore the most common exceptions in Kognitos and discover best practices for handling them effectively.
1. Could not get a file as a scanned document
This exception occurs when the system fails to access a file due to formatting, permissions, or network errors.
2. Could not (something)
This exception occurs when the system is unable to complete a specific action. The exception message starts with "Could not" and describes the action that could not be completed. For example:
Could not ask konciergeCould not dump a fileCould not extract a tableCould not convert a datetime to a text
3. Please provide (something)
This exception occurs when the system cannot find a match for a specified field. The exception message starts with "Please provide" and describes the required data.
4. The key does not exist. How would you like to proceed?
This exception occurs when attempting to access a key missing in the current context or data structure.
5. I don't know how to (do something)
This exception occurs when the system doesn’t know how to proceed. For example:
I don't know how to convert 'ADFB00' into a numberI don't know how to process this billing codeI don't know how to translate this to a stringI don't know how to transform a contact
It usually occurs due to one of the following issues:
The agent doesn’t have the skills needed to perform the task (a missing Book).
The automation syntax is incorrect.
The data is in the wrong format or type.
6. Which procedure should I use?
This exception occurs when there are multiple procedures with a similar syntax and the agent needs clarification on which one to use.
7. The automation crashed in a previous run. Click 'Yes' if it's safe to continue
This exception occurs when an automation previously crashed during execution, and the system needs confirmation that it’s safe to resume.
8. Run had crashed. Do you want to restart?
This exception occurs when a previous run has crashed, and the system needs confirmation to restart the automation.
Last updated
Was this helpful?
