Skip to content

GH_RuntimeMessageLevel

Public Enum

Indicates the severity of a runtime message.

Namespace: Grasshopper.Kernel

Assembly: Grasshopper (in Grasshopper.dll)

Syntax

public enum GH_RuntimeMessageLevel

Members

Member name

Value

Description


Blank

0

No warnings or errors were recorded during solver-time processes


Remark

255

One of more messages (but no warnings and no errors) were recorded during solver-time processes.


Warning

10

One or more warnings (but no errors) were recorded during solver-time processes


Error

20

One or more errors (and possibly any number of warnings) were recorded during solver-time processes.