You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows more fine control over which exceptions you can catch
with (hopefully) less string introspection. These exceptions have both
faultCode and faultString from the XML-RPC faults..
The Exception hierarchy is as follows:
* SoftLayerError
** SoftLayerAPIError
*** ParseError
*** ServerError
*** ApplicationError
*** RemoteSystemError
*** TransportError
These exceptions are thrown in accordance to XML-RPC spec.
http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php
0 commit comments