diff --git a/README.md b/README.md index 1e8af750..a2b3ddf7 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ It provides a **standardized project structure**, ensuring best practices for: --- ## 🚀 Getting Started +Following steps must be followed for getting started with logging repository: ### 1️⃣ Clone the Repository diff --git a/score/datarouter/error/error.h b/score/datarouter/error/error.h index 5ab78b99..f6020567 100644 --- a/score/datarouter/error/error.h +++ b/score/datarouter/error/error.h @@ -28,6 +28,7 @@ enum class LoggingErrorCode : score::result::ErrorCode kNoFileFound = 1, kParseError, kNoChannelsFound + kThisEnumIsOnlyForTesting }; class LoggingErrorDomain final : public result::ErrorDomain