OutputMessageSeverityTypes

Use these constants to specify the OutputMessage.Category property and the category parameter of the Engine.NewOutputMessage method.

  • OutputMessageSeverity_Error –(Value: 2) Specifies that the message is an error.
  • OutputMessageSeverity_Information –(Value: 0) Specifies that the message is additional information.
  • OutputMessageSeverity_Warning –(Value: 1) Specifies that the message is an warning.

See Also

Engine.NewOutputMessage

OutputMessage.Category