Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
host
/
at.released.weh.filesystem.path
/
PathError
/
InvalidPathFormat
Invalid
Path
Format
class
InvalidPathFormat
(
val
message
:
String
,
val
errno
:
FileSystemErrno
=
INVAL
)
:
PathError
,
ResolvePathError
(
source
)
Members
Constructors
Invalid
Path
Format
Link copied to clipboard
constructor
(
message
:
String
,
errno
:
FileSystemErrno
=
INVAL
)
Properties
errno
Link copied to clipboard
open
override
val
errno
:
FileSystemErrno
message
Link copied to clipboard
open
override
val
message
:
String