Exceptions ========== REST Exception -------------- A ``RestException`` is triggered by the ``Service`` module when an errors occurs. .. autoclass:: mrcsp.Exceptions.RestException :members: Unsupported Representation Exception ------------------------------------ ``UnsupportedRepresentation`` Exceptions are triggered by calling the ``Service`` module methods with representations ( ``Content-Type`` ) that are not supported by the service. .. autoclass:: mrcsp.Exceptions.UnsupportedRepresentationException :members: