사이드 메뉴
Getting started
Kakao Developers
Login
Communication
Advertisement
- Concepts
- Ad creation: Ad account
- Ad creation: Campaign
- Ad creation: Ad group
- Targeting for ad group
- Custom audience targeting for ad group
- Ad creation: Creative common
- Ad creation: Display creative
- Ad creation: Message creative
- Ad creation: Personalized message creative
- Bizboard landing settings
- Report
- Message management
- Personalized message management
- Message ad management
- Message ad operation
- Ad View management
- Business Form linkage management
- Pixel & SDK linkage management
- Audience management
- Engagement targeting management
- Customer file management
- Friend group management
- Ad account management
- Reference
- Type information
- Error code
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.
Refer to Common error codes for error information.
When using the Friend picker with JavaScript SDK, errors are returned with code and msg according to the response format.
| Error Code | Cause | Solution |
|---|---|---|
-204 | No friends retrieved | Add friends and try again. |
-400 | Invalid parameters used | Fix the parameters and try again. |
-403 | Request made from an unsupported browser | Check supported browsers and try again from a supported browser. |
Here are the errors you may encounter when you call the Friend picker using Android SDK, iOS SDK, or Flutter SDK.
| Error Code | Cause | Solution |
|---|---|---|
BadParameter | Set minPickableCount to a value less than 1 | Set minPickableCount to the minimum value of 1 or greater |
BadParameter | Set maxPickableCount to a value greater than 100 | Set maxPickableCount to the maximum value of 100 or less |
BadParameter | Set minPickableCount to a value greater than maxPickableCount | Set minPickableCount to a value less than or equal to maxPickableCount |
Cancelled | User selected [Cancel] button on the picker | - |