summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Common.metadata.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Declare errors in Config and Create interfacesNagaraju Goruganti2018-11-071-0/+2
| | | | | | | | | | | | The Config interface and Create interface can throw a "NoCACertificate" error. For example: If LDAP server's CA certificate not provided and someone tries to enable secure LDAP, this error should be thrown. Change-Id: Ie773245fb7c6b36f25cd1acca2bfc3b0391dfeac Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com> Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
* EpocTime: Use proper errors on setting time failureLei YU2018-08-311-0/+5
| | | | | | | | | | | | | | | | | | | Depends on the time config setting, setting property of EpochTime interface may fail, e.g. not allowed, or systemd prevents the time setting. It was using InsufficientPermission to indicate not allowed error, but it is not ideal. Use proper errors, e.g. NotAllowed for this interface, so it reports error correctly. Note that phosphor-logging now supports inherits of errors without meta. So NotAllowed is defined in Common without meta, and inherited in Time with extra meta. Change-Id: I3e660905d6bcb94680303a030eb7b1402e2f0075 Signed-off-by: Lei YU <mine260309@gmail.com>
* Add interface yaml file for user password update featureVishwanatha Subbanna2017-09-121-0/+2
| | | | | Change-Id: I9b23ebcae15e1feee0eb32c42b184c8a429e0977 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Common: add InternalFailure to error metadataGunnar Mills2017-04-211-0/+2
| | | | | | | | | elog-gen.py does not handle errors without a metadata file (see openbmc/openbmc#1469). To work around this, add InternalFailure to the metadata yaml. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I55caf2970ce37d0bba67ec48d137015de4838e1e
* TFTP errorsGunnar Mills2017-04-191-0/+6
| | | | | | | | | 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 <gmills@us.ibm.com>
* Add yaml file to define common errorsVishwanatha Subbanna2017-03-061-0/+4
Change-Id: I4d61348545afd4458730733f23fa8913952191c4 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud