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.