본문 바로가기메인 메뉴 바로가기사이드 메뉴 바로가기

kakao developers

Related sites
  • Docs
  • Kakao Talk Social
  • Error code

사이드 메뉴

Kakao Map

Search

Kakao Talk Social

Error code

This document covers the errors that may occur when implementing or calling the Kakao Talk Social APIs and their solutions.

REST API

Refer to Common error codes for error information.

JavaScript SDK

When using the Friend picker with JavaScript SDK, errors are returned with code and msg according to the response format.

Error CodeCauseSolution
-204No friends retrievedAdd friends and try again.
-400Invalid parameters usedFix the parameters and try again.
-403Request made from an unsupported browserCheck supported browsers and try again from a supported browser.

Native SDK

Here are the errors you may encounter when you call the Friend picker using Android SDK, iOS SDK, or Flutter SDK.

Error CodeCauseSolution
BadParameterSet minPickableCount to a value less than 1Set minPickableCount to the minimum value of 1 or greater
BadParameterSet maxPickableCount to a value greater than 100Set maxPickableCount to the maximum value of 100 or less
BadParameterSet minPickableCount to a value greater than maxPickableCountSet minPickableCount to a value less than or equal to maxPickableCount
CancelledUser selected [Cancel] button on the picker-

Was this helpful?