oerplib.error

This module contains all exceptions raised by OERPLib when an error occurred.

exception oerplib.error.InternalError(message, oerp_traceback=False)
Exception raised when an error occurred during an internal operation.
exception oerplib.error.RPCError(message, oerp_traceback=False)
Exception raised when an error related to a RPC query occurs.

Previous topic

oerplib.rpc

This Page