Event |
The severity of conversion events
See ConversionEvent for more information on conversion events.public enum EventSeverity
Member name | Value | Description |
---|---|---|
Information | 1 | A conversion event which is of an informational nature An informational event requires no further action. By default events of the following EventCategory are classified as Information: |
Warning | 2 | A conversion event which is generally considered a non-critical issue An warning that might require further actions. By default events of the following EventCategory are classified as Warning:
|
Error | 3 | A conversion event which is generally considered a critical issue A critical issue for which the conversion must be considered as failed. By default no event uses this severity. |