Roy Golan has uploaded a new change for review. Change subject: api-schema: adding expection to err objects ......................................................................
api-schema: adding expection to err objects Adding optional exception string to the err object for more information on the underlying root cause. Change-Id: Iff07aa2da3b54111ef04c5e9abc42d579404a9f6 Signed-off-by: Roy Golan <[email protected]> --- M vdsm_api/vdsmapi-schema.json 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/55/12455/1 diff --git a/vdsm_api/vdsmapi-schema.json b/vdsm_api/vdsmapi-schema.json index e2512ea..1fd80ee 100644 --- a/vdsm_api/vdsmapi-schema.json +++ b/vdsm_api/vdsmapi-schema.json @@ -2889,9 +2889,11 @@ # # @message: The error message # +# @exception: Optional exception message +# # # Since: 4.10.0 ## -{'type': 'ConnectionError', 'data': {'code': 'int', 'message': 'str'}} +{'type': 'ConnectionError', 'data': {'code': 'int', 'message': 'str', 'exception': 'str'}} ## # @ConnectionRef: -- To view, visit http://gerrit.ovirt.org/12455 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iff07aa2da3b54111ef04c5e9abc42d579404a9f6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
