module documentation
Dulwich-related exception classes and utility functions.
Exception |
|
Indicates that applying a delta failed. |
Exception |
|
A checksum didn't match the expected contents. |
Exception |
|
An error occurred while performing a commit. |
Exception |
|
Base class for exceptions relating to reading git file formats. |
Exception |
|
Git protocol exception. |
Exception |
|
Hangup exception. |
Exception |
|
An error occurred while executing a hook. |
Exception |
|
Indicates that a commit was not found in the repository |
Exception |
|
No index is present. |
Exception |
|
Indicates that the sha requested does not point to a blob. |
Exception |
|
Indicates that the sha requested does not point to a commit. |
Exception |
|
Indicates that no Git repository was found. |
Exception |
|
Indicates that the sha requested does not point to a tag. |
Exception |
|
Indicates that the sha requested does not point to a tree. |
Exception |
|
Indicates an error parsing an object. |
Exception |
|
Indicates that a requested object is missing. |
Exception |
|
Indicates an error parsing a packed-refs file. |
Exception |
|
Indicates an invalid ref name. |
Exception |
|
An error occurred during send_pack. |
Exception |
|
Unexpected command received in a proto line. |
Exception |
|
The server reported errors updating refs. |
Exception |
|
Baseclass for all the _ is not a _ exceptions on objects. |