Add NotAllowed error to dump create and initiateOffload.

Certain dump creation may not be allowed during all the time
so adding a new error
"xyz.openbmc_project.Common.Error.NotAllowed" to the list of
errors, similarly dump offload also cannot be done always so
adding that error to initiateOffload too.

Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Change-Id: I079f3a0977ebce99d7ec3d4974b569040615e908
diff --git a/xyz/openbmc_project/Dump/Create.interface.yaml b/xyz/openbmc_project/Dump/Create.interface.yaml
index 3112b75..b83798a 100644
--- a/xyz/openbmc_project/Dump/Create.interface.yaml
+++ b/xyz/openbmc_project/Dump/Create.interface.yaml
@@ -44,3 +44,4 @@
         - xyz.openbmc_project.Common.File.Error.Write
         - xyz.openbmc_project.Dump.Create.Error.Disabled
         - xyz.openbmc_project.Dump.Create.Error.QuotaExceeded
+        - xyz.openbmc_project.Common.Error.NotAllowed