> 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                             |
