10 #ifndef LLDB_SBError_h_
11 #define LLDB_SBError_h_
47 SetError (uint32_t err, lldb::ErrorType type);
87 const lldb_private::Error &
94 SetError (
const lldb_private::Error &lldb_error);
97 std::unique_ptr<lldb_private::Error> m_opaque_ap;
106 #endif // LLDB_SBError_h_