51. Error Codes

code

name

description

code

name

description

200

Success

Successful

400

BadRequest

Bad request
An invalid request has been sent to the server. (Unparsed data. Missing required parameters or parameter type error)

401

AuthFailure

Authentication failrue
The access token of the IDP delivered during automatic or manual login is not valid.

403

Forbidden

Forbidden request
The request was sent by an unauthorized user.
ex) During the CBT period, you can restrict access to certain users only

404

NotFound

Unsupported function
A server API which does not exist was called.

406

NotExistData

The requested data does not exist or the request is out of the authorized scope.
Example) Actions such as registration of a coupon which does not exist.
Example) The account which requested account conversion is already registered in the game.

406

AlreadyUsedIdpAccount

Account conversion was attempted using an account which has already been authenticated by someone else.

409

ConflictData

Data overlap
An attempt was made to register again data which cannot be overridden.

461

Punishment

User punishment

473

ServiceUnavailable

Service unavailable (maintenance)
Platform service is not available. (platform server maintenance, etc.)
Changed from 503 to 473.

483

NotAllowed

  • Not allowed

    • ex) During the CBT period, you can restrict access to certain users only.

493

AccountCreationLimit

  • Account creation restrictions

    • An error occurs if more than a certain number are generated within a certain period for one adid.

500

InternalError

Server system internal error
An error occurred insider the server.

1001

NetworkFailure

Network error
The device is not connected to a network (3g/lte/wifi)

2001

ServerTimeout

Server timeout
No response from server for a certain period of time (currently 10 seconds)

2002

ServerException

Exception in server action
An exception occurred while the server response is being processed.

2003

InvalidResponse

Invalid response from the server
The server sent an invalid response.

2004

ConnectionFailed

(Session)Access to the server failed, or session disconnected while waiting for session server response.
This error occurs when session is disconnected while waiting for a response after a request is sent through the session server (due to network switch, etc).

3000

InitializationFailed

Initialization failed
Platform initialization failed. It means that there is an issue with platform environment setting, and the issue can be checked from the error message description.

3001

NotInitialized

Not initialized
An API other than initialize/start is called when the platform is not initialized.

3002

NotAuthorized

Not authorized
An API other than lifeycle/authentication API is called without authentication

4000

InvalidParameter

Parameter error
The parameter which is delivered when the API is called has an error.

4001

ClientException

Error in client action
An error occurred in client SDK action.

4002

InvalidState

Request cannot be processed.
Example) The current authentication is not for device authentication when an account conversion is requested.
Example)The user calls the KakaoStory API although the user is not a KakaoStory user.

4003

InProgress

Request in progress
start api is called while start api is in progress.
login api is called while start api is in progress.
login api is called while login api is in progress.

4010

IdpAuthFailure

IDP authenticatino failed
An authentication error occurred in IDP (Kakao/Facebook/Google).

5001

NotSupported

Not supported
A coupon API is used in a channeling game.
The Kakao API is used after the device authentication is completed.

6001

APINotExists

The requested API does not exist.
The API requested through interface broker does not exist.

7001

ExceedMonthlyUsage

Monthly usage limit has been reached.

7002

ExceedDailyUsage

Daily usage limit has been reached.

7003

ExceedMaxUploadSize

Maximum upload size has been reached.

7004

ExceedMaxUploadNumber

Maximum upload number has been reached.

7101

MessageSettingDisabled

The recipient’s message setting is disabled.

7201

KakaoTalkNotInstalled

Kakaotalk is not Installed.

7202

NotKakaoTalkUser

Not a kakaotalk user.

9001

UserCanceled

Cancelled by user.
Cancellation by the user occurred in actions requiring user interaction such as IDP authentication and coupon registration.

9900

AppTerminate

App terminated
The app was force closed due to maintenance, update, etc. It is not significant in games because it is processed by the platform itself.

9999

Unknown

Unknown error
An error occurred in an unexpected place.