ngsildclient.exceptions#

This module defines the NgsiError Exception that will be used as a base for all NGSI exceptions.

Exceptions

NgsiError

The NgsiError base exception.

exception ngsildclient.exceptions.NgsiError[source]#

Bases: Exception

The NgsiError base exception.

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.