Open GoPro SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Open GoPro SDK
Open GoPro SDK
/
com.gopro.open_gopro
/
HttpError
Http
Error
class
HttpError
(
code
:
Int
,
errorMessage
:
String
)
:
Exception
Represents server (50x) and client (40x) errors.
Members
Constructors
Http
Error
Link copied to clipboard
constructor
(
code
:
Int
,
errorMessage
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?