<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 2016-02 -10, at 23:13, Patrick Dowler &lt;<a href="mailto:pdowler.cadc@gmail.com" class="">pdowler.cadc@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="font-family: Helvetica; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
And now the &quot;see below&quot;: well, UWS doesn't provide much in the way of support for jobs that produce multiple results and partial success in doing so (aka no support at all). If input params are invalid I just make the whole job fail, but i have no way to report
 that:<br class="">
<br class="">
- some combinations of ID and &quot;bounds&quot; do not intersect the target data<br class="">
- I failed for some (transient) internal reason<br class="">
</div>
<div style="font-family: Helvetica; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
- I can't provide some results because of authentication/authorization requirements<br class="">
<br class="">
</div>
<div style="font-family: Helvetica; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
In sync you have suitable HTTP status codes for all of these.</div>
</div>
</blockquote>
</div>
<br class="">
<div apple-content-edited="true" class="">
<div class="">
<div style="font-size: 12px; orphans: 2; widows: 2;" class="">I am not sure that it is fair to say that there is no support for these cases in UWS - there is an error message that can be convey the text of what is wrong - there is admittedly not an additional
 error code for classes of error, but the standard itself does mention the possibility of partial results being available in the case of job error, and given that results have to appear at a URL then it could be argued that you could convey exactly the same
 information at each result URL as you could in a synchronous case. In fact the asynchronous job pattern does allow signalling partial success of only some of the results being available where the synchronous one does not, because you could have some results
 signalled as OK and others with an appropriate HTTP error code.</div>
</div>
<div style="font-size: 12px; orphans: 2; widows: 2;" class=""><br class="">
</div>
<div style="font-size: 12px; orphans: 2; widows: 2;" class="">In the end theses sorts of things come down to whether HTTP is regarded as part of the protocol or just a transport mechanism for the protocol. This has been a bit of a grey area in IVOA standards,
 - the Simple series actually only indicate errors via the internal status codes for instance. It is useful to piggyback on HTTP conventions though, and this is an argument for having UWS results always only appear at URLs rather than in-line in the the job
 description document.</div>
<div style="font-size: 12px; orphans: 2; widows: 2;" class=""><br class="">
</div>
<div style="font-size: 12px; orphans: 2; widows: 2;" class="">Cheers</div>
<div style="font-size: 12px; orphans: 2; widows: 2;" class=""><span class="Apple-tab-span" style="white-space:pre"></span>Paul..</div>
<div style="font-size: 12px; orphans: 2; widows: 2;" class=""><br class="">
</div>
<div style="font-size: 12px; orphans: 2; widows: 2;" class=""><br class="">
</div>
<div style="font-size: 12px; orphans: 2; widows: 2;" class=""><br class="">
</div>
</div>
</body>
</html>