| Exception | Description | 
|---|---|
| CorruptLongObjectException | 
 Thrown when an object id is given that doesn't match the hash of the object's
 content 
 | 
| CorruptMediaFile | 
 Thrown when a LFS mediafile is found which doesn't have the expected size 
 | 
| InvalidLongObjectIdException | 
 Thrown when an invalid long object id is passed in as an argument. 
 | 
| LfsBandwidthLimitExceeded | 
 Thrown when the bandwidth limit for the user or repository has been exceeded. 
 | 
| LfsException | 
 Thrown when an error occurs during LFS operation. 
 | 
| LfsInsufficientStorage | 
 Thrown when there is insufficient storage on the server. 
 | 
| LfsRateLimitExceeded | 
 Thrown when the user has hit a rate limit with the server. 
 | 
| LfsRepositoryNotFound | 
 Thrown when the repository does not exist for the user. 
 | 
| LfsRepositoryReadOnly | 
 Thrown when the user has read, but not write access. 
 | 
| LfsUnavailable | 
 Thrown when LFS is not available. 
 | 
| LfsValidationError | 
 Thrown when there is a validation error with one or more of the objects in
 the request. 
 | 
Copyright © 2016 Eclipse JGit Project. All rights reserved.