GH_Message_Type Enumeration |
Namespace: GH_IO.Serialization
Member name | Value | Description | |
---|---|---|---|
info | 0 | Indicates a message represents information. | |
warning | 1 | Indicates the message represents a warning. Warnings are not severe enough to be regarded as IO errors. | |
error | 2 | Indicates the message represents an error. Errors mean (de)serialization failed (partially). |