Skip to content

exceptions

GraphDB exceptions.

Classes:

BadRequestError

Bases: GraphDBError

Raised when the request is invalid.

ConflictError

Bases: GraphDBError

Raised when the request conflicts with the current state of the server.

ForbiddenError

Bases: GraphDBError

Raised when the user is forbidden.

GraphDBError

Bases: Exception

Base class for GraphDB exceptions.

InternalServerError

Bases: GraphDBError

Raised when the server returns an internal server error.

NotFoundError

Bases: GraphDBError

Raised when the resource is not found.

PreconditionFailedError

Bases: GraphDBError

Raised when the precondition is failed.

RepositoryNotFoundError

Bases: GraphDBError, RepositoryNotFoundError

Raised when the repository is not found.

RepositoryNotHealthyError

Bases: GraphDBError, RepositoryNotHealthyError

Raised when the repository is not healthy.

ResponseFormatError

Bases: GraphDBError

Raised when the response format is invalid.

ServiceUnavailableError

Bases: GraphDBError

Raised when the server is unavailable.

UnauthorisedError

Bases: GraphDBError

Raised when the user is unauthorised.