Click or drag to resize

GH_Message_Type Enumeration

Message type flag.

Namespace:  GH_IO.Serialization
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public enum GH_Message_Type
Members
  Member nameValueDescription
info0 Indicates a message represents information.
warning1 Indicates the message represents a warning. Warnings are not severe enough to be regarded as IO errors.
error2 Indicates the message represents an error. Errors mean (de)serialization failed (partially).
See Also