.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Git::Raw::Error 3pm" .TH Git::Raw::Error 3pm "2019-01-12" "perl v5.28.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Git::Raw::Error \- Error class .SH "VERSION" .IX Header "VERSION" version 0.79 .SH "DESCRIPTION" .IX Header "DESCRIPTION" A Git::Raw::Error represents an error. A Git::Raw::Error may be the result of a libgit2 error, or may be generated internally due to misuse of the \s-1API.\s0 .PP \&\fB\s-1WARNING\s0\fR: The \s-1API\s0 of this module is unstable and may change without warning (any change will be appropriately documented in the changelog). .SH "METHODS" .IX Header "METHODS" .SS "message( )" .IX Subsection "message( )" Error message. .SS "file( )" .IX Subsection "file( )" Caller file. .SS "line( )" .IX Subsection "line( )" Caller line. .SS "code( )" .IX Subsection "code( )" Error code. .SS "category( )" .IX Subsection "category( )" The category (class) or source of the error. .SH "CONSTANTS" .IX Header "CONSTANTS" .SS "\s-1OK\s0" .IX Subsection "OK" No error. .SS "\s-1ERROR\s0" .IX Subsection "ERROR" Generic error. .SS "\s-1ENOTFOUND\s0" .IX Subsection "ENOTFOUND" The eequested object could not be found. .SS "\s-1EEXISTS\s0" .IX Subsection "EEXISTS" The object already exists. .SS "\s-1EAMBIGUOUS\s0" .IX Subsection "EAMBIGUOUS" More than one object matches. .SS "\s-1EBUFS\s0" .IX Subsection "EBUFS" Output buffer too short to hold data. .SS "\s-1EBAREREPO\s0" .IX Subsection "EBAREREPO" The operation is is not allowed on a bare repository. .SS "\s-1EUNBORNBRANCH\s0" .IX Subsection "EUNBORNBRANCH" \&\f(CW\*(C`HEAD\*(C'\fR refers to a branch with no commits. .SS "\s-1EUNMERGED\s0" .IX Subsection "EUNMERGED" A merge is in progress. .SS "\s-1ENONFASTFORWARD\s0" .IX Subsection "ENONFASTFORWARD" Reference was not fast-forwardable. .SS "\s-1EINVALIDSPEC\s0" .IX Subsection "EINVALIDSPEC" Name/ref spec was not in a valid format. .SS "\s-1ECONFLICT\s0" .IX Subsection "ECONFLICT" Checkout conflicts prevented operation. .SS "\s-1ELOCKED\s0" .IX Subsection "ELOCKED" Lock file prevented operation. .SS "\s-1EMODIFIED\s0" .IX Subsection "EMODIFIED" Reference value does not match expected. .SS "\s-1EAUTH\s0" .IX Subsection "EAUTH" Authentication error. .SS "\s-1ECERTIFICATE\s0" .IX Subsection "ECERTIFICATE" Server certificate is invalid. .SS "\s-1EAPPLIED\s0" .IX Subsection "EAPPLIED" Patch/merge has already been applied. .SS "\s-1EPEEL\s0" .IX Subsection "EPEEL" The requested peel operation is not possible. .SS "\s-1EEOF\s0" .IX Subsection "EEOF" Unepected \f(CW\*(C`EOF\*(C'\fR. .SS "\s-1EINVALID\s0" .IX Subsection "EINVALID" Invalid operation or input. .SS "\s-1EUNCOMMITTED\s0" .IX Subsection "EUNCOMMITTED" Uncommited changes in index prevented operation. .SS "\s-1EDIRECTORY\s0" .IX Subsection "EDIRECTORY" The operation is not valid for a directory. .SS "\s-1EMERGECONFLICT\s0" .IX Subsection "EMERGECONFLICT" A merge conflict exists and cannot continue. .SS "\s-1PASSTHROUGH\s0" .IX Subsection "PASSTHROUGH" Passthrough .SH "AUTHOR" .IX Header "AUTHOR" Alessandro Ghedini .PP Jacques Germishuys .SH "LICENSE AND COPYRIGHT" .IX Header "LICENSE AND COPYRIGHT" Copyright 2014 Alessandro Ghedini. .PP This program is free software; you can redistribute it and/or modify it under the terms of either: the \s-1GNU\s0 General Public License as published by the Free Software Foundation; or the Artistic License. .PP See http://dev.perl.org/licenses/ for more information.