toggle menu
gtk-kn
native
switch theme
search in API
glib
/
org.gtkkn.bindings.glib
/
FileErrorException
File
Error
Exception
class
FileErrorException
(
val
error
:
Error
,
val
code
:
FileError
)
:
GlibException
Members
Constructors
File
Error
Exception
Link copied to clipboard
constructor
(
error
:
Error
,
code
:
FileError
)
Properties
code
Link copied to clipboard
val
code
:
FileError
error
Link copied to clipboard
val
error
:
Error
the
Error
wrapping the
GError
struct that caused this exception.