Errors
On the Errors tab, you can see all possible
      errors or other types of the compiler messages. You can read suggestions how to fix the code
      and in which line the compiler message exists.
 
	 These types of compiler messages are available:
- Error
 - Warning
 - Information
 - Debug
 
If you receive an error message, then your code is not valid. You must fix the process and validate it again.
Warning messages enable you to improve your process. However, they do not affect validity of your code. The code is still valid regardless of the number of warnings that are produced by the compiler.