kakao-open-android-docs
androidJvm
kakao-open-android-docs
/
com.kakao.sdk.common.model
/
AuthErrorResponse
Auth
Error
Response
data
class
AuthErrorResponse
(
val
error
:
String
,
val
errorDescription
:
String
?
)
:
Parcelable
인증 및 인가 에러 응답
Response for authorization or authentication errors
Members
Constructors
Auth
Error
Response
Link copied to clipboard
constructor
(
error
:
String
,
errorDescription
:
String
?
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
error
Link copied to clipboard
val
error
:
String
에러 코드
Error code
error
Description
Link copied to clipboard
val
errorDescription
:
String
?
에러 메시지
Error message