Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getErrorCode
Method
getErrorCode
core/network/WebSocket.h:146–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
ErrorEvent(ErrorCode errorCode) : _errorCode(errorCode) { this->_type = Type::ON_ERROR; }
145
146
ErrorCode getErrorCode() const { return _errorCode; }
147
148
private:
149
ErrorCode _errorCode;
Callers
1
dispatchEvents
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected