AlertType
Represents the types of alerts that can be triggered in rule-based control behaviors.
Accepted Values
Name Value Success 0 Error 1 Warning 2 Info 3 Validation 4 Blocked 5 SevereWarning 6
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.