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