[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eLogAndContinueErrorHandler\u003c/code\u003e is the default error handler that treats most service errors as cache misses rather than actual errors.\u003c/p\u003e\n"],["\u003cp\u003eIt implements the \u003ccode\u003eErrorHandler\u003c/code\u003e interface and inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, with inherited members like \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, and \u003ccode\u003etoString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eLogAndContinueErrorHandler(Level level)\u003c/code\u003e allows you to set the logging level for back-end errors.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ehandleDeserializationError(InvalidValueException thrown)\u003c/code\u003e and \u003ccode\u003ehandleServiceError(MemcacheServiceException thrown)\u003c/code\u003e are methods that log errors without exposing them to the application.\u003c/p\u003e\n"],["\u003cp\u003eTo ensure that all \u003ccode\u003eMemcacheServiceException\u003c/code\u003e errors are directed to an error handler, it's recommended to use \u003ccode\u003eConsistentErrorHandler\u003c/code\u003e instead, such as \u003ccode\u003eErrorHandlers#getConsistentLogAndContinue(Level)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]