On Feb 10, 2010, at 8:39 PM, Jan Algermissen wrote:
>
> On Feb 10, 2010, at 6:40 PM, Paul Sandoz wrote:
>
>> Exceptions can be an effective way of handling failure states (the
>> Jersey client API already uses such a pattern).
>
> What would you consider to be a 'failure state'? (Trying to align
> our thinking)
>
A response >= 400 or a link type that is not present.
Paul.