ibm:Yaml for VPD Manager interfaces and errors.

This commit contains yaml file defining interfaces and errors for VPD
Manager.

Interfaces offered are :-
a) Interface to update the value of a given keyword in a VPD file
along with updation of corresponding cache values over D-BUS.

b) Interface to get FRU D-BUS object paths for a given expanded or
un-expanded location code.

c) Interface to get expanded location code corresponding to a given
un-expanded location code.

Signed-off-by: Sunny Srivastava <sunnsr25@in.ibm.com>
Change-Id: I32afd7da22677ed06bb1aad3d39ca577470beeb4
diff --git a/com/ibm/VPD.errors.yaml b/com/ibm/VPD.errors.yaml
new file mode 100644
index 0000000..8f9cdeb
--- /dev/null
+++ b/com/ibm/VPD.errors.yaml
@@ -0,0 +1,10 @@
+- name: LocationNotFound
+  description: Location is not found.
+- name: NodeNotFound
+  description: Node number is not found.
+- name: PathNotFound
+  description: Inventory path is not found.
+- name: RecordNotFound
+  description: Record not found.
+- name: KeywordNotFound
+  description: Keyword is not found.