AlertErrorDetails interface

Error details for the alert.

Properties

errorCode

Error code. NOTE: This property will not be serialized. It can only be populated by the server.

errorMessage

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