Maps and Navigation SDK
androidJvm
com.tomtom.sdk.maps:map-display
/
com.tomtom.sdk.map.display.style
/
LoadingStyleFailure
/
HttpFailure
Http
Failure
class
HttpFailure
(
val
message
:
String
,
val
httpCode
:
Int
)
:
LoadingStyleFailure
Online http call ended with unexpected HTTP code.
Members
Constructors
Http
Failure
Link copied to clipboard
constructor
(
message
:
String
,
httpCode
:
Int
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
http
Code
Link copied to clipboard
val
httpCode
:
Int
message
Link copied to clipboard
val
message
:
String