HELP
Error Messages
When using Rel and the RKGS, the output may return an error message, indicating that there’s an error in the code you’ve entered. This section contains guides explaining what errors you may experience, including all the related information you need to handle them.
List of Error Messages
Each of the following guides presents a specific problem within the RAI system, covering examples and solutions:
Overview
Loading Errors
Exception Errors
Integrity Constraints Errors
Parse Errors
Variable Errors
SHADOWED VARIABLE
- Presents errors resulting from having the same names for different variables.
UNTYPED VARIABLE
- Presents errors resulting from having a variable type that cannot be inferred.
UNDEFINED
- Presents errors resulting from a variable that has not been correctly defined.
VARARGS
- Presents errors occurring when the arity of the vararg argument is not well defined.
Others
Was this doc helpful?