TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum ValidateMessageType in Tinman.Core.Validating

enum ValidateMessageType  

Items

Warning = 0

Problems exist in the validated object graph which do not cause any errors but could require further handling.

Error = 1

The validated object graph is invalid and cannot perform without causing errors.