Git::Raw::Error(3pm) | User Contributed Perl Documentation | Git::Raw::Error(3pm) |
Git::Raw::Error - Error class
version 0.90
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 API.
WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog).
Error message.
Caller file.
Caller line.
Error code.
The category (class) or source of the error.
No error.
Generic error.
The eequested object could not be found.
The object already exists.
More than one object matches.
Output buffer too short to hold data.
The operation is is not allowed on a bare repository.
"HEAD" refers to a branch with no commits.
A merge is in progress.
Reference was not fast-forwardable.
Name/ref spec was not in a valid format.
Checkout conflicts prevented operation.
Lock file prevented operation.
Reference value does not match expected.
Authentication error.
Server certificate is invalid.
Patch/merge has already been applied.
The requested peel operation is not possible.
Unepected "EOF".
Invalid operation or input.
Uncommited changes in index prevented operation.
The operation is not valid for a directory.
A merge conflict exists and cannot continue.
Passthrough
Alessandro Ghedini <alexbio@cpan.org>
Jacques Germishuys <jacquesg@cpan.org>
Copyright 2014 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
2022-10-29 | perl v5.36.0 |