[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH] [XEN-API] Not raising an API error in VTPM destroy method
On Wed, Feb 07, 2007 at 06:37:19PM -0500, Stefan Berger wrote: > Don't return an API error if vTPM cannot be destroyed due to a running > VM, but a value indicating failure instead. Adapt python code, libxen > and documentation. > > Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx> We have a separate error-returning mechanism -- you should be using that rather than returning an error code. Take a look at the end of xenapi-datamodel.tex; the error code definitions are there. In XendAPI.py, you have xen_api_error available, which will marshall an error code and arguments, and in xen/xm/messages there is a translation database for those error messages. Cheers, Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |