> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/error-codes/project.md).

# Project

| Code | Error                                                         | Description                                                                        |
| ---- | ------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| -401 | K\_ERROR\_PROJECT\_READING\_DB\_PROFILE                       | Error reading record from database connection profiles                             |
| -402 | K\_ERROR\_PROJECT\_DB\_PROFILE\_NOT\_FOUND                    | Error reading database connection profiles. Record not found.                      |
| -403 | K\_ERROR\_PROJECT\_READING\_COMM\_PROFILE                     | Error reading record from communication profiles                                   |
| -404 | K\_ERROR\_PROJECT\_COMM\_PROFILE\_NOT\_FOUND                  | Error reading communication profiles. Record not found.                            |
| -405 | K\_ERROR\_PROJECT\_COMM\_PROFILE\_NOT\_TCPIP                  | Operation cannot be executed because specified communication profile is not TCP/IP |
| -406 | K\_ERROR\_PROJECT\_READING\_TABLE\_INFORMATION                | Error reading records from table information                                       |
| -407 | K\_ERROR\_PROJECT\_TABLE\_INFORMATION\_NOT\_FOUND             | Error reading table information. Record not found.                                 |
| -408 | K\_ERROR\_PROJECT\_READING\_TABLE\_COLUMN\_INFORMATION        | Error reading records from table columns information                               |
| -409 | K\_ERROR\_PROJECT\_TABLE\_COLUMN\_INFORMATION\_NOT\_FOUND     | Error reading table columns information. Record not found.                         |
| -410 | K\_ERROR\_PROJECT\_READING\_STORED\_PROCEDURE\_INFORMATION    | Error reading records from stored procedures information                           |
| -411 | K\_ERROR\_PROJECT\_STORED\_PROCEDURE\_INFORMATION\_NOT\_FOUND | Error reading stored procedures information. Record not found.                     |
| -412 | K\_ERROR\_PROJECT\_READING\_ACTIONS                           | Error reading actions                                                              |
| -413 | K\_ERROR\_PROJECT\_READING\_PRINTER\_CONFIG                   | Error reading record from printer configurations                                   |
| -414 | K\_ERROR\_PROJECT\_PRINTER\_CONFIG\_NOT\_FOUND                | Error reading printer configuration. Record not found.                             |
| -415 | K\_ERROR\_PROJECT\_READING\_MULTILINGUAL\_TEXT                | Error reading text from multilingual tables                                        |
| -416 | K\_ERROR\_PROJECT\_CONTROL\_NOT\_FOUND                        | Error executing operation. Specified control not found                             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/error-codes/project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
