Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
const char* srt::CUDTException::getErrorMessage() const ATR_NOTHROW
100
{
101
return strerror_get_message(m_iMajor, m_iMinor);
102
}
103
104
std::string srt::CUDTException::getErrorString() const
105
{
Callers
6
groupConnect
Method · 0.80
getlasterror_desc
Function · 0.80
geterror_desc
Function · 0.80
srt_getlasterror_str
Function · 0.80
Error
Method · 0.80
TEST
Function · 0.80
Calls
1
strerror_get_message
Function · 0.85
Tested by
1
TEST
Function · 0.64