2.2.2.21 UnauthorizedErrorReply

UnauthorizedErrorReply structure represents that an error is received from the server due to an unauthorized client.

 {
     "id": "UnauthorizedErrorReply",
     "description": "Unauthorized client Error reply from server",
     "allOf": [{
         "type": "object", 
         "properties": {
             "__type": {
                 "enum": ["UnauthorizedErrorReply:#Microsoft.Windows.RemoteAttestation.Core"]
                 "required": true
                 }       
         }
     },{
         "$ref": "#/definitions.ErrorReply"
     }]
 }