owncloud-sdk icon indicating copy to clipboard operation
owncloud-sdk copied to clipboard

Discuss: throw error when settings service is unavailable?

Open kulmann opened this issue 4 years ago • 2 comments

There are two situations in which the settings service could not be available. At the moment, sdk is returning an empty array in both situations.

1: Settings service is not set up / configured at all. -> valid to fall back to defaults 2: Settings service is temporarily not available. -> should throw an error instead of returning defaults. Would be confusing for the user to fall back to defaults.

We need to discuss this. It's probably a good idea to fail on temporarily not available settings service.

kulmann avatar May 22 '20 10:05 kulmann

Can we go forward once we have a capability for the settings service? (https://github.com/owncloud/ocis/pull/2655)

wkloucek avatar Oct 21 '21 06:10 wkloucek

Can we go forward once we have a capability for the settings service? (owncloud/ocis#2655)

I'd hope so, good point!

pascalwengerter avatar Oct 21 '21 10:10 pascalwengerter