AlertErrorDetails interface
Error details for the alert.
Properties
| error |
Error code. |
| error |
Error Message. |
| occurrences | Number of occurrences. |
Property Details
errorCode
Error code.
errorCode?: string
Property Value
string
errorMessage
Error Message.
errorMessage?: string
Property Value
string
occurrences
Number of occurrences.
occurrences?: number
Property Value
number