thanosql._error

Module Contents

exception thanosql._error.ThanoSQLError(message: str | None = None, json_body: object | None = None, code: str | None = None)[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception thanosql._error.ThanoSQLAlreadyExistsError(message: str | None = None, json_body: object | None = None, code: str | None = None)[source]

Bases: ThanoSQLError

Common base class for all non-exit exceptions.

exception thanosql._error.ThanoSQLConnectionError(message: str | None = None, json_body: object | None = None, code: str | None = None)[source]

Bases: ThanoSQLError

Common base class for all non-exit exceptions.

exception thanosql._error.ThanoSQLInternalError(message: str | None = None, json_body: object | None = None, code: str | None = None)[source]

Bases: ThanoSQLError

Common base class for all non-exit exceptions.

exception thanosql._error.ThanoSQLNotFoundError(message: str | None = None, json_body: object | None = None, code: str | None = None)[source]

Bases: ThanoSQLError

Common base class for all non-exit exceptions.

exception thanosql._error.ThanoSQLPermissionError(message: str | None = None, json_body: object | None = None, code: str | None = None)[source]

Bases: ThanoSQLError

Common base class for all non-exit exceptions.

exception thanosql._error.ThanoSQLValueError(message: str | None = None, json_body: object | None = None, code: str | None = None)[source]

Bases: ThanoSQLError

Common base class for all non-exit exceptions.