2.2.3.1 ErrorDetails

This object contains a collection of human-readable details that describe an error encountered by the DRS server. It can be used by the client role of the Device Registration Join Protocol for logging purposes or for providing information to an administrator. This object contains the following fields.

 {
     "description": "object",
     "type": "object",
     "properties": {
         "ErrorType": { "type": "string", "optional": false },
         "Message": { "type": "string", "optional": false },
         "TraceId": { "type": "string", "optional": false },
         "Time": { "type": "string", "optional": false }
     }
 }

ErrorType: The type of error that was encountered.

Message: A text message explaining the error.

TraceId: An identifier assigned by the DRS server.

Time: The [ISO8601]-formatted time assigned by the DRS server.