MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / errorMessage

Method errorMessage

extern/Catch2/catch.hpp:9014–9014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9012 explicit operator bool() const { return m_type == ResultBase::Ok; }
9013 auto type() const -> ResultBase::Type { return m_type; }
9014 auto errorMessage() const -> std::string { return m_errorMessage; }
9015
9016 protected:
9017 void enforceOk() const override {

Callers 2

BasicResultMethod · 0.80
applyCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected