3.1.4.1.4.1 WinDeviceEnrollmentServiceErrorType

An object returned by the web service when an error occurs.

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.DeviceRegistration

 <xsd:simpleType name="WinDeviceEnrollmentServiceErrorType">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="InvalidParameter"/>
     <xsd:enumeration value="SqlError"/>
     <xsd:enumeration value="CertificateAuthorityError"/>
     <xsd:enumeration value="DirectoryAccountError"/>
     <xsd:enumeration value="AuthenticationError"/>
     <xsd:enumeration value="AuthorizationError"/>
     <xsd:enumeration value="UnknownError"/>
   </xsd:restriction>
 </xsd:simpleType>

The following table specifies the allowable values for WinDeviceEnrollmentServiceErrorType:

Value

Meaning

InvalidParameter

An invalid parameter was sent to the web service.

SqlError

An error occurred with the database.

CertificateAuthorityError

An error occurred with the Certificate Authority.

DirectoryAccountError

An error occurred with the Directory Service.

AuthenticationError

An error occurred while authenticating the user.

AuthorizationError

An error occurred while authorizing the user.

UnknownError

An unknown error occurred.