biotite.database.RequestError

class biotite.database.RequestError[source]

Bases: Exception

Indicates that the database returned a response with an error message or other malformed content.

with_traceback()

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