Api Error
data class ApiError(statusCode: Int, reason: ApiErrorCause, response: ApiErrorResponse) : KakaoSdkError, Parcelable
Content copied to clipboard
API 에러
API errors
Constructors
Link copied to clipboard
fun ApiError(statusCode: Int, reason: ApiErrorCause, response: ApiErrorResponse)
Content copied to clipboard
Types
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