ACTION_FAILED

Reason

  • The API service failed to perform the requested action

Solution

  • Make sure, that the requested action has not been performed already
  • Try sending the same API request again
  • Contact Kayako support team

Example

{
    "status": 500,
    "errors": [
        {
            "code": "ACTION_FAILED",
            "message": "The server failed to perform this action for unknown internal reason",
            "more_info": "https://developer.kayako.com/api/v1/reference/errors/ACTION_FAILED"
        }
    ]
}