errorCount property

int? errorCount
getter/setter pair

Number of test cases in error, typically set by the service by parsing the xml_source.

  • In create/response: always set - In update request: never

Implementation

core.int? errorCount;