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 koncierge
Could not dump a file
Could not extract a table
Could 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 number
I don't know how to process this billing code
I don't know how to translate this to a string
I 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.
Last updated
Was this helpful?