MCPcopy Create free account
hub / github.com/ddnet/ddnet / ErrorMessage

Method ErrorMessage

src/game/editor/mapitems/map.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 CDataFileWriterFinishJob(IStorage *pStorage, const char *pRealFilename, const char *pTempFilename, CDataFileWriter &&Writer);
48 const char *RealFilename() const { return m_aRealFilename; }
49 const char *ErrorMessage() const { return m_aErrorMessage; }
50};
51
52using FErrorHandler = std::function<void(const char *pErrorMessage)>;

Callers 2

RenderDemoBrowserListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected