mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
OfflineRegionError
Offline
Region
Error
class
OfflineRegionError
:
Serializable
Deprecated
Describes an offline request response error.
Constructors
Functions
Properties
Constructors
Offline
Region
Error
Link copied to clipboard
open
fun
OfflineRegionError
(
@
NonNull
type
:
OfflineRegionErrorType
,
@
NonNull
message
:
String
,
isFatal
:
Boolean
,
@
Nullable
retryAfter
:
Date
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
is
Fatal
Link copied to clipboard
val
isFatal
:
Boolean
message
Link copied to clipboard
@
NonNull
@get:
NonNull
val
message
:
String
retry
After
Link copied to clipboard
@
Nullable
@get:
Nullable
val
retryAfter
:
Date
type
Link copied to clipboard
@
NonNull
@get:
NonNull
val
type
:
OfflineRegionErrorType