Re: [libvirt] [PATCH] esx: Improve error reporting for failed tasks

2010-12-10 Thread Matthias Bolte
2010/12/10 Eric Blake : > On 12/06/2010 06:45 AM, Matthias Bolte wrote: >> Instead of just reporting that a task failed get the >> localized message from the TaskInfo error and include >> it in the reported error message. >> >> Implement minimal deserialization support for the >> MethodFault type i

Re: [libvirt] [PATCH] esx: Improve error reporting for failed tasks

2010-12-09 Thread Eric Blake
On 12/06/2010 06:45 AM, Matthias Bolte wrote: > Instead of just reporting that a task failed get the > localized message from the TaskInfo error and include > it in the reported error message. > > Implement minimal deserialization support for the > MethodFault type in order to obtain the actual fa

[libvirt] [PATCH] esx: Improve error reporting for failed tasks

2010-12-06 Thread Matthias Bolte
Instead of just reporting that a task failed get the localized message from the TaskInfo error and include it in the reported error message. Implement minimal deserialization support for the MethodFault type in order to obtain the actual fault type. For example, this changes the reported error me