sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.naviexpert.navigationsdk.api.error
/
Error
/
File
File
data
class
File
(
val
action
:
Error.Action
,
val
message
:
String
?
=
null
)
:
Error
File exception (save, read etc.)
Members
Constructors
File
Link copied to clipboard
constructor
(
action
:
Error.Action
,
message
:
String
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
Error.Action
message
Link copied to clipboard
val
message
:
String
?
=
null