module documentation

Dulwich-related exception classes and utility functions.

Exception ApplyDeltaError Indicates that applying a delta failed.
Exception ChecksumMismatch A checksum didn't match the expected contents.
Exception CommitError An error occurred while performing a commit.
Exception FileFormatException Base class for exceptions relating to reading git file formats.
Exception GitProtocolError Git protocol exception.
Exception HangupException Hangup exception.
Exception HookError An error occurred while executing a hook.
Exception MissingCommitError Indicates that a commit was not found in the repository
Exception NoIndexPresent No index is present.
Exception NotBlobError Indicates that the sha requested does not point to a blob.
Exception NotCommitError Indicates that the sha requested does not point to a commit.
Exception NotGitRepository Indicates that no Git repository was found.
Exception NotTagError Indicates that the sha requested does not point to a tag.
Exception NotTreeError Indicates that the sha requested does not point to a tree.
Exception ObjectFormatException Indicates an error parsing an object.
Exception ObjectMissing Indicates that a requested object is missing.
Exception PackedRefsException Indicates an error parsing a packed-refs file.
Exception RefFormatError Indicates an invalid ref name.
Exception SendPackError An error occurred during send_pack.
Exception UnexpectedCommandError Unexpected command received in a proto line.
Exception UpdateRefsError The server reported errors updating refs.
Exception WrongObjectException Baseclass for all the _ is not a _ exceptions on objects.