cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
94 stars 35 forks source link

Health API: Split Ambigous Type into two results #153

Open infeo opened 1 year ago

infeo commented 1 year ago

The AmbigousType result is returned, if for a c9r or c9s directory the type defining file is missing.

But in the first case no data loss happend (only directory or symlink got lost), while in the latter it is possible. Hence, there should be two types, one with severity WARN and one with CRITICAL.