The ContentSync.ERROR_STATEINVALID_URL_ERR does not provide enough information on why the sync failed since this error also includes response codes that are >= 400.
Would it be possible to expose the server HTTP response code during a sync so that a client could throw a more useful error message if it chooses?
The
ContentSync.ERROR_STATE
INVALID_URL_ERR
does not provide enough information on why the sync failed since this error also includes response codes that are >= 400.Would it be possible to expose the server HTTP response code during a sync so that a client could throw a more useful error message if it chooses?