Exceptions¶
-
class
ai.backend.client.exceptions.BackendError[source]¶ Exception type to catch all ai.backend-related errors.
-
with_traceback()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
ai.backend.client.exceptions.BackendError[source]¶Exception type to catch all ai.backend-related errors.
with_traceback()¶Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.