Add SBWatchpoint::GetError() API, which is not currently populated as yet.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141979 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/scripts/Python/interface/SBWatchpoint.i b/scripts/Python/interface/SBWatchpoint.i
index 58a15e7..03e7edb 100644
--- a/scripts/Python/interface/SBWatchpoint.i
+++ b/scripts/Python/interface/SBWatchpoint.i
@@ -28,12 +28,15 @@
 
     ~SBWatchpoint ();
 
-    watch_id_t
-    GetID ();
-
     bool
     IsValid();
 
+    SBError
+    GetError();
+
+    watch_id_t
+    GetID ();
+
     %feature("docstring", "
     //------------------------------------------------------------------
     /// With -1 representing an invalid hardware index.