你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ValidationResultItem interface
The validation item for a linker.
Properties
description | The display name of validation item |
error |
The error code of validation result |
error |
The error message of validation result |
name | The validation item name. |
result | The result of validation |
Property Details
description
The display name of validation item
description?: string
Property Value
string
errorCode
The error code of validation result
errorCode?: string
Property Value
string
errorMessage
The error message of validation result
errorMessage?: string
Property Value
string
name
The validation item name.
name?: string
Property Value
string
result
The result of validation
result?: string
Property Value
string