你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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