diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp index 03cfd41b288d..5b0bbe273603 100644 --- a/lldb/source/Core/Error.cpp +++ b/lldb/source/Core/Error.cpp @@ -146,7 +146,7 @@ void Error::Clear () { m_code = 0; - m_type = eErrorTypeGeneric; + m_type = eErrorTypeInvalid; m_string.clear(); }