MCPcopy Create free account
hub / github.com/Haivision/srt / getErrorMessage

Method getErrorMessage

srtcore/common.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99const char* srt::CUDTException::getErrorMessage() const ATR_NOTHROW
100{
101 return strerror_get_message(m_iMajor, m_iMinor);
102}
103
104std::string srt::CUDTException::getErrorString() const
105{

Callers 6

groupConnectMethod · 0.80
getlasterror_descFunction · 0.80
geterror_descFunction · 0.80
srt_getlasterror_strFunction · 0.80
ErrorMethod · 0.80
TESTFunction · 0.80

Calls 1

strerror_get_messageFunction · 0.85

Tested by 1

TESTFunction · 0.64