Share via


HTTP Status Codes for Device Management (Windows Embedded CE 6.0)

1/6/2010

The HTTP status code and description will be set in each response from the server. In the event of an error, one of the following is as appropriate:

Client Error

Status code: 400

Status description string: "Bad Request"

Unauthorized Client

Status code: 401

Status description string: "Unauthorized"

Server Error

Status code: 500

Status description string: "Internal Server Error"

In all other situations, a positive acknowledgment will be sent to the target device.

Positive Response

Status code: 200

Status description string: "OK"

See Also

Other Resources

Device Management Client Application Development