ErrorType enumeration

Specifies the types of errors that can occur in the Axe engine.

Syntax

enum ErrorType {
  None                  = 0, 
  JobParsing            = 1, 
  AssessmentParsing     = 2, 
  AssessmentValidation  = 3, 
  AssessmentExecution   = 4 

};

Constants

None

No error type was specified. This is an invalid value.

JobParsing

A problem occurred while parsing the job-specific portions of the job manifest XML file. Errors that occur in the assessment definitions contained within the job manifest will report an error type of AssessmentParsing. The associated error value will be the error returned by the XML parser.

AssessmentParsing

A problem occurred while parsing the assessment-specific portion of the job manifest XML file. The associated error value will be the error returned by the XML parser.

AssessmentValidation

A problem occurred while validating one of the files for an assessment. The associated error value will describe the exact nature of the failure.

AssessmentExecution

A problem occurred while executing an assessment. The associated error value will describe the exact nature of the failure.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeHosting.h