6.2 ErrorDetails

 {
     "description" : "error details",
     "type" : "object",
     "properties" :
     {
         "message": {"type":"string", "optional":true},
         "type": {"type":"string", "optional":true},
         "id": {"type":"string", "optional":true},
         "debugInfo": {"type":"string", "optional":true}
     }
 }