toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.filesystem.path
/
PathError
/
EmptyPath
Empty
Path
class
EmptyPath
(
val
message
:
String
=
"Path is empty"
,
val
errno
:
FileSystemErrno
=
INVAL
)
:
PathError
,
ResolvePathError
(
source
)
Members
Constructors
Empty
Path
Link copied to clipboard
constructor
(
message
:
String
=
"Path is empty"
,
errno
:
FileSystemErrno
=
INVAL
)
Properties
errno
Link copied to clipboard
open
override
val
errno
:
FileSystemErrno
message
Link copied to clipboard
open
override
val
message
:
String