Share via


SolutionError Enumeration

Applies To: Windows 8.1

AXE errors that pertain to the solution.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As SolutionError

Syntax

'Declaration
Public Enumeration SolutionError
public enum SolutionError
public enum class SolutionError
public enum SolutionError
public enum SolutionError

Members

Member name Description
AlreadyInit The Axecore.dll cannot be initialized in both assessment and solution modes in the same process. However, the .dll file can be initialized in assessment mode and then in workload mode within the same process. The value of this member is -2147220992.
BadManifest The job manifest has bad or missing data. The return value of this member is -2147217408.
InternalError An unexpected internal error occurred. The value of this member is -2147220990.
JobNotRunning The engine is not currently running a job, and the requested operation is only possible when a job is executing. The value of this member is -2147217402.
JobRunning The engine is running a job, and the requested operation is only possible when a job is not running. The value of this error is -2147217403.
None No error has occurred. The value of this error is 0.
QueuedEvents The registered event handlers cannot be changed while there are outstanding asynchronous procedure calls (APCs) queued for the existing event handlers. The value of this member is -2147217390.
ShellExecuteNoProcess The assessment manifest described a ShellExecute() statement that did not result in a new process being created. AXE was waiting for this process to finish, which led to the error. The value of this member is -2147217391.
UnknownWin32Error An unknown Win32 system error occurred. The value of this member is -2147220989.
WorkloadInit The Axecore.dll cannot be initialized by a solution in workload mode unless the .dll file is first initialized by an assessment. The value of this member is -2147220991

Platforms

Development Platforms

Windows 8.1

See Also

Reference

Microsoft.Assessments.Hosting Namespace