Index: source/Core/Error.cpp =================================================================== --- source/Core/Error.cpp +++ source/Core/Error.cpp @@ -146,7 +146,7 @@ Error::Clear () { m_code = 0; - m_type = eErrorTypeGeneric; + m_type = eErrorTypeInvalid; m_string.clear(); }