Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<ApiQAResult xmlns="http://schemas.datacontract.org/2004/07/Wordbee.Database">
  <TotalProblems>2147483647</TotalProblems>
  <TotalErrors>2147483647</TotalErrors>
  <TotalWarnings>2147483647</TotalWarnings>
  <TotalHints>2147483647</TotalHints>
  <Problems>
    <ApiQAResult.ApiQAProblem>
      <DisplayId>String content</DisplayId>
      <SegmentId>2147483647</SegmentId>
      <Rule_>2147483647</Rule_>
      <RuleName>String content</RuleName>
      <Severity_>255</Severity_>
      <SeverityName>String content</SeverityName>
      <Details>
        <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
        <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
      </Details>
    </ApiQAResult.ApiQAProblem>
    <ApiQAResult.ApiQAProblem>
      <DisplayId>String content</DisplayId>
      <SegmentId>2147483647</SegmentId>
      <Rule_>2147483647</Rule_>
      <RuleName>String content</RuleName>
      <Severity_>255</Severity_>
      <SeverityName>String content</SeverityName>
      <Details>
        <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
        <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
      </Details>
    </ApiQAResult.ApiQAProblem>
  </Problems>
</ApiQAResult>

...

PROPERTIES

TotalProblems

The total number of problems of any kind (error, warning, hints) detected by the QA check.

TotalErrors

The total number of errors detected by the QA check.

TotalWarnings

The total number of warnings detected by the QA check.

TotalHints

The total number of hints detected by the QA check.

Problems

The list of problems. See

...