sdk
/
com.mapbox.search
/
OfflineIndexErrorEvent
Offline
Index
Error
Event
class
OfflineIndexErrorEvent
(regionId:
String
, dataset:
String
, version:
String
, tile:
String
, message:
String
)
Content copied to clipboard
Type that holds information about error event in the offline search index.
Constructors
Properties
Constructors
OfflineIndexErrorEvent
Link copied to clipboard
fun
OfflineIndexErrorEvent
(regionId:
String
, dataset:
String
, version:
String
, tile:
String
, message:
String
)
Content copied to clipboard
Properties
dataset
Link copied to clipboard
val
dataset
:
String
Content copied to clipboard
Dataset of the region for which this error event is generated.
message
Link copied to clipboard
val
message
:
String
Content copied to clipboard
The detail error message string.
regionId
Link copied to clipboard
val
regionId
:
String
Content copied to clipboard
The tile region identifier.
tile
Link copied to clipboard
val
tile
:
String
Content copied to clipboard
The tile for which this error event is generated.
version
Link copied to clipboard
val
version
:
String
Content copied to clipboard
Version of the dataset for which this error event is generated.