oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.filesystem
/
KmpFsError
Kmp
Fs
Error
sealed
class
KmpFsError
:
Throwable
Inheritors
NotInitialized
InvalidRef
ReadWriteOnDirectory
RefIsNotDirectory
RefFsType
RefNotFound
RefNotCreated
RefExistsAsFile
RefExistsAsDirectory
RefNotPicked
NotSupported
Unknown
Members
Types
Invalid
Ref
Link copied to clipboard
data
object
InvalidRef
:
KmpFsError
Not
Initialized
Link copied to clipboard
data
object
NotInitialized
:
KmpFsError
Not
Supported
Link copied to clipboard
data
object
NotSupported
:
KmpFsError
Read
Write
On
Directory
Link copied to clipboard
data
object
ReadWriteOnDirectory
:
KmpFsError
Ref
Exists
As
Directory
Link copied to clipboard
data
object
RefExistsAsDirectory
:
KmpFsError
Ref
Exists
As
File
Link copied to clipboard
data
object
RefExistsAsFile
:
KmpFsError
Ref
Fs
Type
Link copied to clipboard
data
object
RefFsType
:
KmpFsError
Ref
Is
Not
Directory
Link copied to clipboard
data
object
RefIsNotDirectory
:
KmpFsError
Ref
Not
Created
Link copied to clipboard
data
object
RefNotCreated
:
KmpFsError
Ref
Not
Found
Link copied to clipboard
data
object
RefNotFound
:
KmpFsError
Ref
Not
Picked
Link copied to clipboard
data
object
RefNotPicked
:
KmpFsError
Unknown
Link copied to clipboard
data
class
Unknown
(
val
error
:
Any
)
:
KmpFsError
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String