Re: Fault code in XML RPC API

2015-05-04 Thread Josh Thompson
Akkaash, Running grep -A 1 errorcode xmlrpcWrappers.php should give you a fairly readable list. There are not supposed to be any error codes that mean more than one thing, but I do see that 58 is being duplicated. Hopefully, there are not any more. Josh On Mon May 4 2015 12:53:23 PM Akkaas

Re: Fault code in XML RPC API

2015-05-04 Thread Akkaash Goel
Thanks Aaron. I did have a look at the API source code. Turns out their are much more fault codes used throughout the XML-RPC API.  -- Akkaash Goel Graduate Student Computer Science NC State University [email protected] On Mon, May 4, 2015 at 5:49 AM -0700, "Aaron Coburn" wrote: H

Re: Fault code in XML RPC API

2015-05-04 Thread Aaron Coburn
Hello Akkaash, The error codes are: #3: access denied to #4: received invalid input for start time #5: start time is in the past #6: initial reservation length is too long #7: reservation overlaps with another existing reservation Each of these error responses should included a message, which m

Fault code in XML RPC API

2015-05-02 Thread Akkaash Goel
Does anyone know the meaning of the different fault codes raised by the XML RPC API? I believe that the codes are 3, 4, 5, and 6.  I know that fault code 3 is for incorrect username/password. Could you describe some more about the others? Thank you.  — Akkaash Goel Graduate Student Computer Sc