MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / errorMessage

Method errorMessage

unittests/catch.hpp:5792–5792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5790 explicit operator bool() const { return m_type == ResultBase::Ok; }
5791 auto type() const -> ResultBase::Type { return m_type; }
5792 auto errorMessage() const -> std::string { return m_errorMessage; }
5793
5794 protected:
5795 void enforceOk() const override {

Callers 2

BasicResultMethod · 0.80
applyCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected