Skip to main content

Veritran Docs

[en] Errors, Warnings and Suggestions

[en] Diagnostics displays information about diagnostic tests run in three categories: errors, warnings and suggestions. Refer to the sections below to learn about each of them.

[en] Errors are events that can cause app crashes or severe issues if they are part of the app or module when deployed to production. There are three types of errors implemented in Diagnostics. Refer to the sections below to learn more.

Aviso

[en] Errors identified must be fixed before publishing your app or module.

[en] Entities with Broken Connections

[en] This type of error identifies entities, such as screens, lambda and legacy processes, interfaces or app errors that are connected to another entity that does not exist in the database. That entity could have been deleted, but it is still invoked somewhere in Studio.

[en] In the example below, Diagnostics detected a screen and five errors that point to entities that do not exist in the Studio environment.

example_error.png
[en] Screens with Identical Syntax

[en] This type of error identifies screens that have the same syntax. This might cause severe app crashes if the app or module is deployed in production.

example_error2.png
[en] Unlinked Dependencies

[en] This type of error identifies entities, such as screens, interfaces or processes that are invoking interfaces that have their dependencies disabled or unlinked.

[en] Warnings are a type of issue that may not cause app crashes, but might generate app performance issues or are not considered to be good practice. There are two types of warning implemented in Diagnostics. Refer to the sections below to learn more.

Aviso

[en] Issues listed under Warnings must be fixed before publishing the app or module.

[en] Orphan Entities

[en] This type of issue identifies entities, such as screens or processes, that are not being invoked by any other entity in the flow. Orphan entities might themselves be invoking one or more entities.

example_warning.png
[en] Screens with Identical Names

[en] This type of warning identifies two or more screens that have the same name, but different syntax.

Importante

[en] Screens with identical names do not cause app crashes but names must be changed to avoid confusion about the screens' content.

example_warning2.png

[en] If you are consuming one or more modules in your app, Diagnostics suggests you run a new diagnostic test for each of those modules, as shown below.

example_sug.png