GNOME Bugzilla – Bug 746539
ovirt-proxy: Do not handle REST_PROXY_ERROR_CANCELLED as error
Last modified: 2015-04-08 14:49:47 UTC
Created attachment 299965 [details] [review] ovirt-proxy: Do not handle REST_PROXY_ERROR_CANCELLED as error Do not warn in that case, set OVIRT_REST_CALL_ERROR_CANCELLED instead. This patch introduces new GError OVIRT_REST_CALL_ERROR_CANCELLED. It can be used for informing that processing of a rest call was cancelled and should not be treated as an error. The example of a call that can be cancelled is the authentication: https://bugzilla.gnome.org/show_bug.cgi?id=746537
Review of attachment 299965 [details] [review]: Looks good.