Auth Error
data class AuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse) : KakaoSdkError, Parcelable
Content copied to clipboard
인증 및 인가 에러
Authorization or authentication errors
Constructors
Link copied to clipboard
fun AuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
유효하지 않은 토큰으로 인한 에러인지 확인
Check whether the error is due to an invalid token
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard