Skip Menu |

This queue is for tickets about the RPC-XML CPAN distribution.

Report information
The Basics
Id: 42736
Status: resolved
Priority: 0/
Queue: RPC-XML

People
Owner: rjray [...] blackperl.com
Requestors: mkanat [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.64
Fixed in: 0.69



Subject: RPC::XML uses hard-coded error codes that might conflict with app error codes
Right now, RPC::XML has some error codes that overlap with the error codes already thrown by my application (Bugzilla, which currently uses SOAP::Lite, but I want to move away from that to RPC::XML if I can). Just the ability to add some number to all the built-in error codes would be enough. For example, I could add 100000 to them and then they'd be out of the range of all the errors Bugzilla or any Bugzilla extension throws.
I am working on this issue now. Can you clarify for me-- are you referring to the XML-RPC fault messages that the server sends in response to error conditions? Randy -- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com
On Mon Aug 31 14:05:18 2009, RJRAY wrote: Show quoted text
> I am working on this issue now. Can you clarify for me-- are you > referring to the XML-RPC fault messages that the server sends in > response to error conditions?
Yeah, exactly.
Fixed and pushed to the GitHub repo. Will be in the next release. -- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com
-- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com