사이드 메뉴
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 Message
Error code
This document covers the errors that may occur when implementing or calling Kakao Talk Message APIs and their solutions.
If you cannot find the error you encounter, see Error code.
| code | Description | Solution |
|---|---|---|
| -401 | If you call the Kakao Talk Share API or Kakao Talk Message API using the JavaScript SDK, you also must register the value of caller (https://example.com) as a website domain. Message: domain mismatched! caller=https://example.com. check out registered web domains. | In [App] > [Product Link] > [Web domain] on the app management page, register the value of caller (https://example.com) as a website domain. For more detailed rules, see Product Link.Ensure that web domains are sensitive to the scheme, subdomain, and port, so you must register your caller address precisely. |
| code | Description | Solution |
|---|---|---|
| -2 | You requested receiver_uuids in wrong format. Message: Constraints on the parameter [receiver_uuids] are unsatisfied. The input receiver id(s) is invalid format. or Constraints on the parameter [receiver_uuids] are unsatisfied. Not allowed to send a message to some of receivers. | You must use the uuid(s) retrieved through the Retrieving list of friends or the Friends picker in a string array format. (Example: 'receiver_uuids=["abcdefg0001","abcdefg0002","abcdefg0003"]') |
| -2 | You did not pass receiver_uuids, required parameter for sending messages to friends.Message: The Parameter [receiver_uuids] cannot be null. or The Parameter [receiver_uuids] cannot be empty. | You must pass the uuid(s) of your Kakao Talk friends through the receiver_uuids parameter in a string array format. (Example: 'receiver_uuids=["abcdefg0001","abcdefg0002","abcdefg0003"]') |
| -2 | The purpose of message template is not set properly. Message: template_type (messageType: 'kakaolink/memo API') is invalid. please use 'message API' messageType. | In [Tools] > [Message Template Builder], select your message template, and then set 'Purpose' to 'Kakao Talk Message API'. |
| -4 | A user's account is blocked so that you cannot call the Kakao Talk Message API for the user. Message: user is blocked | For the blocked user and details, ask Kakao Customer service. |