dratio.exceptions.ObjectNotFound#

exception dratio.exceptions.ObjectNotFound(name: str, code: str | None = None)#

Object does not exists or does not have visibility permissions.

message(str)#
Type:

The exception message.

with_traceback()#

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