Api Error
data class ApiError(val statusCode: Int, val reason: ApiErrorCause, val response: ApiErrorResponse) : KakaoSdkError, Parcelable
API 에러
API errors
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