[Errors] Make internal and add friend assembles
[platform/core/csapi/tizenfx.git] / Tizen.Internals / Tizen.Internals.Errors / ErrorCode.cs
old mode 100755 (executable)
new mode 100644 (file)
index 331f7e2..3f6ef90
@@ -9,7 +9,7 @@
 
 namespace Tizen.Internals.Errors
 {
-    public enum ErrorCode : int
+    internal enum ErrorCode : int
     {
         None = 0, //  0, /**< Successful */
         NotPermitted = -1, //  -EPERM, /**< Operation not permitted */