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

kakao developers

Related sites
  • Docs
  • Kakao Talk Channel
  • Troubleshooting

사이드 메뉴

Kakao Map

Search

Kakao Talk Channel

Error code

This document provides errors and solutions for Kakao Talk Channel API. Refer to Common error codes for other error information.

REST API

These are errors that may occur when calling Kakao Talk Channel APIs with domain kapi.kakao.com. (Note: Response format)

Error CodeStatus CodeCauseSolution
-541400If the Kakao Talk Channel does not exist.-
-544400If the Kakao Talk Channel is banned.-
-815400Internal error related to Kakao Talk Channel API.-
-816400If used a wrong customer file ID, or if it fails to find the customer file ID among the uploaded Kakao Talk Channel customer files.-
-817400If tried to register customer file API using the existing file name or unallowed file name.-
-818400If exceeding the maximum number of the customer files. Up to 30 files are allowed including the files uploaded to the Kakao Talk Channel Partner Center.-
-819400If a Kakao Talk Channel and a service app are not connected.Connect Kakao Talk Channel to app.

SDK

Add Kakao Talk Channel

These are errors that may occur when calling Add Kakao Talk Channel API using Kakao SDK.

Error CodeCauseSolution
KAE001Internal server errorRetry.
KAE003Bad ParameterCheck used parameters.
KAE004Validity period has expiredInform users the reason and retry.
KAE005Invalid Kakao Talk Channel
(Example: Wrong Kakao Talk Channel profile ID)
Retry with a valid Kakao Talk Channel profile ID
KAE006The specified Kakao Talk Channel is not available to be added
(Example: Private or locked Kakao Talk Channel)
Check the status of the Kakao Talk Channel and retry.
KAE007Not supported environmentInform users the reason and retry.
KAE104Invalid app keyRetry with the valid app key in [App] > [Platform key] > [Native app key] on the app management page.
KAE105Kakao Talk Channel is not connected with the appConnect Kakao Talk Channel to app and retry.
KAE108Your Kakao Developers app or developer account has been suspended.Contact DevTalk.
KAE201Invalid access tokenReissue the access token and retry.

Was this helpful?