MCPcopy Create free account
hub / github.com/KDE/kid3 / getErrorMessage

Method getErrorMessage

src/core/model/scriptinterface.cpp:102–105  ·  view source on GitHub ↗

* Get a detailed error message provided by some methods. * * @return detailed error message. */

Source from the content-addressed store, hash-verified

100 * @return detailed error message.
101 */
102QString ScriptInterface::getErrorMessage() const
103{
104 return m_errorMsg;
105}
106
107/**
108 * Revert changes in the selected files.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected