Development Mode Error Handling

This section offers information upon how the Transaction Engine 3 core provides the developer with details regarding the exact error, the line that triggered the error and hints on how to correct it. It also provides a stack trace view of all instructions, the one that caused the error being marked in red. this helps locate the error and correct it faster, even if it is a form submission error, or a SQL query A query is a SQL command that will extract information from the tables of a database A database refers to data organized and stored on a computer that can be searched and retrieved by a computer program. Most industrial-strength and many smaller database applications can be addressed using SQL (Structured Query Language).. Essentially, a query is a request for information from your database. error.

Along the error details there is a link that sends the user to a page recommending possible solutions for the problem, as well as giving a more detailed explanation concerning the cause.

To read more about the development mode error handling, check out the next topics: