toggle menu
library-core
8.1.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk
/
VideoScheduleResponse
/
Error
Error
data
class
Error
(
val
code
:
Int
,
val
message
:
String
)
:
Parcelable
Members
Constructors
Error
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
:
JSONUnmarshallable
<
VideoScheduleResponse.Error
>
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String