Hi
Recently my daily log file has been full of intermittent APIING Exceptions of the ErrorCode: UNEXPECTED_ERROR.
I am not sure what could be the cause of these errors as obviously I would have a more detailed message from APIING if they could give me one, I hope!
I have a method I call in all APIING Exceptions Catch handlers to check the error code thrown and then decide whether to throw it e.g (TOO_MUCH_DATA, INVALID_DATA_INPUT),
kill all my objects in my BOT and re-create them and then re-login e.g INVALID_SESSION_INFORMATION, NO_SESSION, NO_APP_KEY, INVALID_APP_KEY
Or wait a bit and retry the current operation which is what I do with UNEXPECTED_ERROR as well as TIMEOUT_ERROR or SERVICE_BUSY.
Does anyone have any clue to what causes these UNEXPECTED_ERRORS or what the best cause of action when getting them is?
Thanks for any help in advance.....
Recently my daily log file has been full of intermittent APIING Exceptions of the ErrorCode: UNEXPECTED_ERROR.
I am not sure what could be the cause of these errors as obviously I would have a more detailed message from APIING if they could give me one, I hope!
I have a method I call in all APIING Exceptions Catch handlers to check the error code thrown and then decide whether to throw it e.g (TOO_MUCH_DATA, INVALID_DATA_INPUT),
kill all my objects in my BOT and re-create them and then re-login e.g INVALID_SESSION_INFORMATION, NO_SESSION, NO_APP_KEY, INVALID_APP_KEY
Or wait a bit and retry the current operation which is what I do with UNEXPECTED_ERROR as well as TIMEOUT_ERROR or SERVICE_BUSY.
Does anyone have any clue to what causes these UNEXPECTED_ERRORS or what the best cause of action when getting them is?
Thanks for any help in advance.....


Comment