| 54 | |
| 55 | void SetNestedError() { this->NestedError = true; } |
| 56 | bool GetNestedError() const { return this->NestedError; } |
| 57 | |
| 58 | void SetExitCode(int code) noexcept { this->ExitCode = code; } |
| 59 | bool HasExitCode() const noexcept { return this->ExitCode.has_value(); } |
no outgoing calls
no test coverage detected