mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: webdav sync test
This commit is contained in:
@@ -6,7 +6,8 @@ enum ErrFrom {
|
||||
ssh,
|
||||
status,
|
||||
icloud,
|
||||
webdav,;
|
||||
webdav,
|
||||
;
|
||||
}
|
||||
|
||||
abstract class Err<T> {
|
||||
@@ -73,7 +74,8 @@ class ICloudErr extends Err<ICloudErrType> {
|
||||
|
||||
enum WebdavErrType {
|
||||
generic,
|
||||
notFound,;
|
||||
notFound,
|
||||
;
|
||||
}
|
||||
|
||||
class WebdavErr extends Err<WebdavErrType> {
|
||||
|
||||
Reference in New Issue
Block a user