abacusai.user_exception
=======================

.. py:module:: abacusai.user_exception


Classes
-------

.. autoapisummary::

   abacusai.user_exception.UserException


Module Contents
---------------

.. py:class:: UserException(client, type=None, value=None, traceback=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   Exception information for errors in usercode.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param type: The type of exception
   :type type: str
   :param value: The value of the exception
   :type value: str
   :param traceback: The traceback of the exception
   :type traceback: str


   .. py:attribute:: type
      :value: None



   .. py:attribute:: value
      :value: None



   .. py:attribute:: traceback
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



