ouisync
Toggle table of contents
0.9.2-2
jvm
Platform filter
jvm
Switch theme
Search in API
ouisync
ouisync-session
/
org.equalitie.ouisync.session
/
OuisyncException
/
DirectoryNotEmpty
Directory
Not
Empty
open
class
DirectoryNotEmpty
(
message
:
String
?
=
null
,
val
sources
:
List
<
String
>
=
emptyList()
)
:
OuisyncException
Directory was expected to be empty but it isn't
Members
Constructors
Directory
Not
Empty
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
sources
:
List
<
String
>
=
emptyList()
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
ErrorCode
message
Link copied to clipboard
open
val
message
:
String
?
sources
Link copied to clipboard
val
sources
:
List
<
String
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String