Click or drag to resize
ValidationStatus Enumeration
Different possible status codes for IValidatable items.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum ValidationStatus
Members
  Member nameValueDescription
None0 No status specified.
Okay1 The item being validated is okay.
Info2 The item being validated is okay, but also provides information.
Warning3 The item being validated might be okay, but it could have a problem or side-effect.
Error4 The item being validated has some error.
See Also