For more information on the search, visit the help page.
ApplyDeltaError
__init__
errors
ChecksumMismatch
CommitError
FileFormatException
GitProtocolError
HangupException
HookError
MissingCommitError
NoIndexPresent
NotBlobError
NotCommitError
NotGitRepository
NotTagError
NotTreeError
ObjectFormatException
ObjectMissing
PackedRefsException
RefFormatError
SendPackError
UnexpectedCommandError
WorkingTreeModifiedError
WrongObjectException
dulwich.errors.ApplyDeltaError
dulwich
class ApplyDeltaError(Exception):
Constructor: ApplyDeltaError(*args, **kwargs)
ApplyDeltaError(*args, **kwargs)
View In Hierarchy
Indicates that applying a delta failed.
object
Initialize an ApplyDeltaError.