Uses of Class
org.eclipse.jgit.lfs.errors.LfsException
Packages that use LfsException
-
Uses of LfsException in org.eclipse.jgit.lfs.errors
Subclasses of LfsException in org.eclipse.jgit.lfs.errorsModifier and TypeClassDescriptionclassThrown when the bandwidth limit for the user or repository has been exceeded.classThrown when there is insufficient storage on the server.classThrown when the user has hit a rate limit with the server.classThrown when the repository does not exist for the user.classThrown when the user has read, but not write access.classThrown when authorization was refused for an LFS operation.classThrown when LFS is not available.classThrown when there is a validation error with one or more of the objects in the request. -
Uses of LfsException in org.eclipse.jgit.lfs.server
Methods in org.eclipse.jgit.lfs.server that throw LfsExceptionModifier and TypeMethodDescriptionprotected abstract LargeFileRepositoryLfsProtocolServlet.getLargeFileRepository(LfsProtocolServlet.LfsRequest request, String path, String auth) Get the large file repository for the given request and path.