libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::ExitState Struct Reference

#include <channel.hpp>

Public Attributes

std::optional< int > status
 
std::optional< std::string > signal
 
bool core_dumped = false
 
std::string error_message
 

Member Data Documentation

◆ status

std::optional<int> sshpp::ExitState::status

◆ signal

std::optional<std::string> sshpp::ExitState::signal

◆ core_dumped

bool sshpp::ExitState::core_dumped = false

◆ error_message

std::string sshpp::ExitState::error_message

The documentation for this struct was generated from the following file: