Send status report in IM server side when server encounter the error (#11667)

diff --git a/src/app/BUILD.gn b/src/app/BUILD.gn
index 673dd00..269df93 100644
--- a/src/app/BUILD.gn
+++ b/src/app/BUILD.gn
@@ -117,6 +117,8 @@
     "OperationalDeviceProxy.h",
     "ReadClient.cpp",
     "ReadHandler.cpp",
+    "StatusResponse.cpp",
+    "StatusResponse.h",
     "WriteClient.cpp",
     "WriteHandler.cpp",
     "decoder.cpp",