AlertErrorDetails interface
Error details for the alert.
Properties
error |
Error code. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Error Message. NOTE: This property will not be serialized. It can only be populated by the server. |
occurrences | Number of occurrences. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorCode
Error code. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: string
Property Value
string
errorMessage
Error Message. NOTE: This property will not be serialized. It can only be populated by the server.
errorMessage?: string
Property Value
string
occurrences
Number of occurrences. NOTE: This property will not be serialized. It can only be populated by the server.
occurrences?: number
Property Value
number