Project

Profile

Help

Issue #5282

Updated by jsherril@redhat.com over 4 years ago

The task 'error' structure includes a 'code' and 'description', but code doesn't these don't seem to be fully used serialized properly by the bindings: 

 This is what the 'errors' structure looks like: 

 <pre> 
 { 
   "code":"",  
   "description":     "404, message='Not Found'" 
 } 
 </pre> 

 the code is being passed in the description, adn then description appears to include some attribute name 'message' 

Back