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 occurred.

Previous topic

oerplib.tools.session (New in version 0.8)

This Page