enum Git::Errno
Defined in:
git.cr
Enum Members
-
OK =
1
-
Error =
-1
-
NotFound =
-3
-
Exists =
-4
-
Ambiguous =
-5
-
OutputBufferTooShort =
-6
-
User =
-7
-
BareRepo =
-8
-
UnbornBranch =
-9
-
Unmerged =
-10
-
CannotFastForward =
-11
-
InvalidRefSpec =
-12
-
Conflict =
-13
-
Locked =
-14
-
Modified =
-15
-
AuthError =
-16
-
InvalidCertificate =
-17
-
AlreadyApplied =
-18
-
PeelImpossible =
-19
-
UnexpectedEOF =
-20
-
Invalid =
-21
-
Uncommitted =
-22
-
Directory =
-23
-
MergeConflict =
-24
-
Passthrough =
-30
-
IterationFinished =
-31
-
Retry =
-32
-
HashsumMismatch =
-33
-
IndexDirty =
-34
-
PatchFailed =
-35
-
NotOwned =
-36
-
Timeout =
-37
-
None =
0
-
All =
-1
Instance Method Summary
Instance Method Detail
def
cannot_fast_forward?
#
def
invalid_certificate?
#
def
iteration_finished?
#
def
output_buffer_too_short?
#