Error Codes

The following are common error codes returned by the API.

Example Error Response:

{
    "success": false,
    "errResponse": {
        "message": "This is sample message",
        "code": 0000,
        "botId": "MantaGO Bot ID"
    }
}

The errResponse object may contain the following error codes and messages.:

Code
Message
Description

1004

Token is invalid or expired

The API Token or Secret Key has expired.

1002

permission denied

  1. Invalid API Token or Secret Key.

  2. Your current subscription plan does not support the Open API.

5001

尋找Bot資訊失敗,無此botId

The specified bot could not be found based on the botId query parameter.

60001

Bind customer client failed

The member associated with the provided clientId could not be found.

60002

Unbind customer client failed

The bound member associated with the provided clientId and customerId could not be found.

11000

存入integration info 失敗

Failed to configure the LINE WebView URL.

11001

尋找Integration資訊失敗,無此IntegrationId

No integration data found for the specified botId and platform.

37011

Get client failed

No member found matching the provided query parameters and request parameters.

36000

Create broadcast failed

  1. Message delivery failed.

  2. The bot has not been published yet.

110000

Get correct request variables failed

Required variables are missing from the request body.

120000

Get open api failed

The API Token and Secret Key have already been refreshed, but the old credentials are still being used.

120001

Update open api failed

Failed to update the WebView URL.

Last updated