Just a minor inline comment below
On 05/28/2014 04:20 PM, lvroyce(a)linux.vnet.ibm.com wrote:
From: Royce Lv <lvroyce(a)linux.vnet.ibm.com>
Update json schema to return proper error when empty disk string
is passed.
Signed-off-by: Royce Lv <lvroyce(a)linux.vnet.ibm.com>
---
src/kimchi/API.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/kimchi/API.json b/src/kimchi/API.json
index 38e9607..b6ddc0f 100644
--- a/src/kimchi/API.json
+++ b/src/kimchi/API.json
@@ -139,7 +139,8 @@
"type": "array",
"items": { "type": "string" },
"minItems": 1,
- "uniqueItems": true
+ "uniqueItems": true,
+ "error": "KCHPOOL0018E"
does this base on
your [PATCHv3] Exception: fix exception details when
not specified ?
so whatever error, it will always report KCHPOOL0018.
}
}
},
--
Thanks and best regards!
Sheldon Feng(冯少合)<shaohef(a)linux.vnet.ibm.com>
IBM Linux Technology Center