Skip to main content

AlertType

Represents the types of alerts that can be triggered in rule-based control behaviors.

Accepted Values

NameValue
Success0
Error1
Warning2
Info3
Validation4
Blocked5
SevereWarning6
Note
  • Success: Indicates a successful operation.
  • Error: Indicates a failure or problem that occurred.
  • Warning: Represents a non-critical issue that may need attention.
  • Info: Provides informational feedback to the user.
  • Validation: Signifies a validation-related message.
  • Blocked: Indicates that an action or process is blocked.
  • SevereWarning: Represents a high-severity warning that may block functionality.

This enum is serialized using the Newtonsoft.Json library with the StringEnumConverter, allowing the enum values to be represented as strings in JSON.