Maps and Navigation SDK
0.41.0
androidJvm
com.tomtom.sdk.routing:model
/
com.tomtom.sdk.routing
/
RoutingFailure
/
HttpFailure
Http
Failure
class
HttpFailure
(
val
httpErrorCode
:
Int
,
val
message
:
String
)
:
RoutingFailure
Routing call ended with unexpected HTTP code.
Parameters
http
Error
Code
Http code the call ended with.
Members
Constructors
Http
Failure
Link copied to clipboard
constructor
(
httpErrorCode
:
Int
,
message
:
String
)
Properties
http
Error
Code
Link copied to clipboard
val
httpErrorCode
:
Int
Inherited properties
message
Link copied to clipboard
val
message
:
String