2.2.2.20 TcgLogValidationErrorReply

TcgLogValidationErrorReply structure represents that an error is received from the server in WBCL validation.

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