ValidateMessageType

Description

enum Tinman.Core.Validating.ValidateMessageType

Enumeration of severities of validation messages.

See also

ValidateMessage

Public / Constants

Warning

public constant Warning → (0:int32)

The object graph is valid but may still not perform properly because of 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

public constant Error → (1:int32)

The object graph is invalid and will not perform properly (for example because of incorrect resp. incomplete configuration).

The IValidatable.Validate method must create the same error messages each time it is called on the same IValidatable object.