ExecutionStatistics interface 
Description about the errors happen while performing migration validation
Properties
| cpu | CPU Time in millisecond(s) for the query execution | 
| elapsed | Time taken in millisecond(s) for executing the query | 
| execution | No. of query executions | 
| has | Indicates whether the query resulted in an error | 
| sql | List of sql Errors | 
| wait | Dictionary of sql query execution wait types and the respective statistics | 
Property Details
		cpuTimeMs
	  
	CPU Time in millisecond(s) for the query execution
cpuTimeMs?: numberProperty Value
number
		elapsedTimeMs
	  
	Time taken in millisecond(s) for executing the query
elapsedTimeMs?: numberProperty Value
number
		executionCount
	 
	No. of query executions
executionCount?: numberProperty Value
number
		hasErrors
	 
	Indicates whether the query resulted in an error
hasErrors?: booleanProperty Value
boolean
		sqlErrors
	 
	List of sql Errors
sqlErrors?: string[]Property Value
string[]
		waitStats
	 
	Dictionary of sql query execution wait types and the respective statistics
waitStats?: {[propertyName: string]: WaitStatistics}Property Value
{[propertyName: string]: WaitStatistics}