mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
HttpRequestError
Http
Request
Error
open
class
HttpRequestError
:
Serializable
Record which contains detailed information about HTTP error happened during request/download call.
Constructors
Functions
Properties
Constructors
Http
Request
Error
Link copied to clipboard
open
fun
HttpRequestError
(
@
NonNull
type
:
HttpRequestErrorType
,
@
NonNull
message
:
String
)
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
message
Link copied to clipboard
@
NonNull
@get:
NonNull
val
message
:
String
type
Link copied to clipboard
@
NonNull
@get:
NonNull
val
type
:
HttpRequestErrorType