Add error kinds for editor calling
This commit is contained in:
parent
995593a3b7
commit
cc035525ec
1 changed files with 6 additions and 1 deletions
|
@ -32,7 +32,12 @@ generate_error_module!(
|
||||||
StoreIdHandlingError => "Error handling the store id object",
|
StoreIdHandlingError => "Error handling the store id object",
|
||||||
StoreIdStripError => "Couldn't strip prefix from StoreID object",
|
StoreIdStripError => "Couldn't strip prefix from StoreID object",
|
||||||
|
|
||||||
RepositoryFileStatusError => "Error while getting file status"
|
RepositoryFileStatusError => "Error while getting file status",
|
||||||
|
|
||||||
|
GitConfigFetchError => "Error fetching git config",
|
||||||
|
GitConfigEditorFetchError => "Error fetching 'editor' from git config",
|
||||||
|
CommitEditorInstantiationError => "Error when trying to instantiate commit editor",
|
||||||
|
EditorError => "Error while calling editor"
|
||||||
);
|
);
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue