OutputMessage.Severity
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
OutputMessage.Severity
Syntax
OutputMessage.Severity
Data Type
Use the following constants with this data type:
- 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.
Purpose
Specifies the output message severity. Applications typically use the category to filter or sort messages.