ngsildclient.model.exceptions#

Exceptions

NgsiDateFormatError

NgsiJsonError

NgsiMissingContextError

NgsiMissingIdError

NgsiMissingTypeError

NgsiModelError

NgsiUnmatchedAttributeTypeError

NgsiUnsupportedFormatError

exception ngsildclient.model.exceptions.NgsiDateFormatError[source]#

Bases: NgsiModelError

with_traceback()#

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

exception ngsildclient.model.exceptions.NgsiJsonError[source]#

Bases: NgsiModelError

with_traceback()#

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

exception ngsildclient.model.exceptions.NgsiMissingContextError[source]#

Bases: NgsiModelError

with_traceback()#

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

exception ngsildclient.model.exceptions.NgsiMissingIdError[source]#

Bases: NgsiModelError

with_traceback()#

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

exception ngsildclient.model.exceptions.NgsiMissingTypeError[source]#

Bases: NgsiModelError

with_traceback()#

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

exception ngsildclient.model.exceptions.NgsiModelError[source]#

Bases: NgsiError

with_traceback()#

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

exception ngsildclient.model.exceptions.NgsiUnmatchedAttributeTypeError[source]#

Bases: NgsiModelError

with_traceback()#

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

exception ngsildclient.model.exceptions.NgsiUnsupportedFormatError[source]#

Bases: NgsiModelError

with_traceback()#

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