ValidateMessageType
Public / Constants
Notice
Notices provide potentially useful information and may be ignored without causing problems.
The IValidatable.Validate method may create different notice messages each time it is called.
Warning
Warnings indicate potential problems that might be triggered by external issues (for example, because of non-existing files or directories).
The IValidatable.Validate method may create different warning messages each time it is called.
Error
Non-critical errors indicate a concrete problem (for example, incomplete configuration) that reduces functionality.
The IValidatable.Validate method must create the same error messages each time it is called on the same unmodified IValidatable object.
Critical
Critical errors indicate a fundamental problem (for example, missing required data) that disables functionality completely.
The IValidatable.Validate method must create the same error messages each time it is called on the same unmodified IValidatable object.