Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To enable you to find your errors quickly, each error will show you:
* The **Document** where this element is
* The **Module** where the document is

Double-clicking on the error will take you directly to the element causing the error.
Double-clicking the error will take you directly to the element causing the error.

Errors need to be solved before your app can be deployed. A consistency error can occur in the following editors or functionalities of Studio Pro:

Expand All @@ -35,6 +35,10 @@ Errors need to be solved before your app can be deployed. A consistency error ca
* [Integration](/refguide/integration/)
* [Security](/refguide/security/)

{{% alert type="info" %}}
Consistency errors only flag issues within the Mendix model. Errors in code actions (for example, Java, JavaScript, or styling) are not included.
{{% /alert %}}

## Read More

* [Page Editor Consistency Errors](/refguide/consistency-errors-pages/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To enable you to find your errors quickly, each error will show you:
* The **Document** where this element is
* The **Module** where the document is

Double-clicking on the error will take you directly to the element causing the error.
Double-clicking the error will take you directly to the element causing the error.

Errors need to be solved before your app can be deployed. A consistency error can occur in the following editors or functionalities of Studio Pro:

Expand All @@ -35,6 +35,10 @@ Errors need to be solved before your app can be deployed. A consistency error ca
* [Integration](/refguide10/integration/)
* [Security](/refguide10/security/)

{{% alert type="info" %}}
Consistency errors only flag issues within the Mendix model. Errors in code actions (for example, Java, JavaScript, or styling) are not included.
{{% /alert %}}

## Read More

* [Page Editor Consistency Errors](/refguide10/consistency-errors-pages/)
Expand Down
Loading