Errors

Module backo. export all classes

class backo.BackoError(message: str, *args: object, **kwargs: object)

Bases: Exception, StrictoError

Extented StrictoError with Error Used to any ORM Errors

init with all params

class backo.DBError(message: str, *args: object, **kwargs: object)

Bases: Exception, StrictoError

Extented StrictoError with Error Used by connectors for all errors related to DB and Storage

init with all params

class backo.FileError(message: str, *args: object, **kwargs: object)

Bases: Exception, StrictoError

Extented StrictoError with Error Used by file_connectors for all errors related to files

init with all params

class backo.PathNotFoundError(message: str, *args: object, **kwargs: object)

Bases: Exception, StrictoError

Extented StrictoError with Error Used to say “the path/field is not found”

init with all params

class backo.NotFoundError(message: str, *args: object, **kwargs: object)

Bases: Exception, StrictoError

Extented StrictoError with Error Used to say “not found”

init with all params

class backo.SessionError(message: str, *args: object, **kwargs: object)

Bases: Exception, StrictoError

Extented StrictoError with Error Used to any Session / request Errors

init with all params