Hi Carlos, On Thu, Jul 10, 2014 at 6:27 PM, Carlos Martín Sánchez <[email protected]> wrote: > Hi Boris, > > The return code in that case is ACTION, see [1] for more details.
thanks! Does ACTION have a special meaning? In other words, if you had to translate it to an HTTP status code which one would you pick? Is it used consistently for a certain type of errors? The same goes for XML_RPC_API, which HTTP code would you pick? Both have 'FIXME' description in the docs :-) > Cheers, > Carlos Cheers, Boris > [1] > https://github.com/OpenNebula/one/blob/one-4.6/src/rm/RequestManagerVirtualMachine.cc#L2145 > > -- > Carlos Martín, MSc > Project Engineer > OpenNebula - Flexible Enterprise Cloud Made Simple > www.OpenNebula.org | [email protected] | @OpenNebula > > > On Thu, Jul 10, 2014 at 11:03 AM, Boris Parak <[email protected]> wrote: >> >> Hello everyone, >> >> does anyone know which of the following codes/statuses is returned by >> XML-RPC when attaching a network interface to a running VM fails >> because there is no lease available in the given pool? >> >> (I guess we can rule out the first one) >> >> 0x0000 SUCCESS Success response. >> 0x0100 AUTHENTICATION User could not be authenticated. >> 0x0200 AUTHORIZATION User is not authorized to perform the >> requested action. >> 0x0400 NO_EXISTS The requested resource delhost not exist. >> 0x0800 ACTION >> 0x1000 XML_RPC_API >> 0x2000 INTERNAL >> >> Thank you! >> >> Cheers, Boris >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://lists.opennebula.org/listinfo.cgi/dev-opennebula.org > > _______________________________________________ Dev mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/dev-opennebula.org
