KiCad PCB EDA Suite
|
#include "config.h"
Go to the source code of this file.
Namespaces | |
namespace | KIGIT_ERROR |
Macros | |
#define | _(a) a |
Variables | |
const char *const | KIGIT_ERROR::kInvalidRepository = _( "Invalid repository." ) |
const char *const | KIGIT_ERROR::kCommitFailed = _( "Failed to commit changes." ) |
const char *const | KIGIT_ERROR::kMergeFailed = _( "Failed to merge branches." ) |
const char *const | KIGIT_ERROR::kCloneFailed = _( "Failed to clone repository." ) |
const char *const | KIGIT_ERROR::kRemoteNotFound = _( "Remote repository not found." ) |
const char *const | KIGIT_ERROR::kAuthenticationFailed = _( "Authentication failed for remote repository." ) |
const char *const | KIGIT_ERROR::kBranchNotFound = _( "Branch not found." ) |
const char *const | KIGIT_ERROR::kBranchCreationFailed = _( "Failed to create branch." ) |
const char *const | KIGIT_ERROR::kBranchDeletionFailed = _( "Failed to delete branch." ) |
const char *const | KIGIT_ERROR::kCheckoutFailed = _( "Failed to perform checkout operation." ) |
const char *const | KIGIT_ERROR::kFileNotFoundInCheckout = _( "File not found during checkout operation." ) |
const char *const | KIGIT_ERROR::kMergeConflict = _( "Merge conflict encountered." ) |
const char *const | KIGIT_ERROR::kRebaseConflict = _( "Rebase conflict encountered." ) |
const char *const | KIGIT_ERROR::kPullFailed = _( "Failed to pull changes from remote repository." ) |
const char *const | KIGIT_ERROR::kPushFailed = _( "Failed to push changes to remote repository." ) |
const char *const | KIGIT_ERROR::kNoUpstreamBranch = _( "No upstream branch configured." ) |
const char *const | KIGIT_ERROR::kRemoteConnectionError |
const char *const | KIGIT_ERROR::kTagNotFound = _( "Tag not found." ) |
const char *const | KIGIT_ERROR::kTagCreationFailed = _( "Failed to create tag." ) |
const char *const | KIGIT_ERROR::kTagDeletionFailed = _( "Failed to delete tag." ) |
const char *const | KIGIT_ERROR::kUnknownError = _( "Unknown error." ) |
const char *const | KIGIT_ERROR::kNoError = _( "No error." ) |
#define _ | ( | a | ) | a |
Definition at line 37 of file kicad_git_errors.cpp.