From 53aef9bc7a422a7955db92c4792fc90afcb97802 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Mon, 10 Apr 2017 16:07:30 -0500 Subject: TFTP errors Created new errors, InternalFailure and InvalidArgument, in Common.errors.yaml. These errors are used in TFTP.interface.yaml. Change-Id: I2aa3e7bf57b2562945efdd9efba19b4551a7c0b1 Signed-off-by: Gunnar Mills --- xyz/openbmc_project/Common/TFTP.interface.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xyz/openbmc_project/Common/TFTP.interface.yaml') diff --git a/xyz/openbmc_project/Common/TFTP.interface.yaml b/xyz/openbmc_project/Common/TFTP.interface.yaml index 0a4665a..9a1b061 100644 --- a/xyz/openbmc_project/Common/TFTP.interface.yaml +++ b/xyz/openbmc_project/Common/TFTP.interface.yaml @@ -13,3 +13,6 @@ methods: type: string description: > The TFTP Server IP Address. + errors: + - xyz.openbmc_project.Common.Error.InternalFailure + - xyz.openbmc_project.Common.Error.InvalidArgument -- cgit v1.2.1