This commit is contained in:
Branimir Karadžić
2016-11-22 14:36:25 -08:00
parent ea4e736aae
commit 5653d88cfd

View File

@@ -79,6 +79,11 @@ namespace bx
return result;
}
const StringView& getMessage() const
{
return m_msg;
}
bool operator==(const ErrorResult& _rhs) const
{
return _rhs.code == m_code;