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

Method errorMessage

extlibs/catch/include/catch/catch.hpp:8697–8697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8695 explicit operator bool() const { return m_type == ResultBase::Ok; }
8696 auto type() const -> ResultBase::Type { return m_type; }
8697 auto errorMessage() const -> std::string { return m_errorMessage; }
8698
8699 protected:
8700 void enforceOk() const override {

Callers 2

BasicResultMethod · 0.80
applyCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected