Option C Tools
Loading...
Searching...
No Matches
git.GitCommandError Class Reference
Inheritance diagram for git.GitCommandError:
[legend]
Collaboration diagram for git.GitCommandError:
[legend]

Public Member Functions

None __init__ (self, list[str] argv, int returncode, str stdout, str stderr)

Public Attributes

 argv = _redact_argv(argv)
 returncode = returncode
 stdout = stdout
 stderr = stderr

Detailed Description

Raised when ``git`` exits with a non-zero status.

Exposes ``returncode``, ``stdout``, and ``stderr`` attributes. Both
``stdout`` and ``stderr`` are already credential-redacted.

Definition at line 140 of file git.py.

Constructor & Destructor Documentation

◆ __init__()

None git.GitCommandError.__init__ ( self,
list[str] argv,
int returncode,
str stdout,
str stderr )

Definition at line 147 of file git.py.

Member Data Documentation

◆ argv

git.GitCommandError.argv = _redact_argv(argv)

Definition at line 156 of file git.py.

◆ returncode

git.GitCommandError.returncode = returncode

Definition at line 157 of file git.py.

◆ stderr

git.GitCommandError.stderr = stderr

Definition at line 159 of file git.py.

◆ stdout

git.GitCommandError.stdout = stdout

Definition at line 158 of file git.py.


The documentation for this class was generated from the following file:
  • G:/PythonApps/Option_C/oct/oct/core/git.py