[[["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\u003eOperationResult\u003c/code\u003e is a class that represents the result of an operation within the search service and implements the \u003ccode\u003eSerializable\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eObject\u003c/code\u003e class, inheriting methods like \u003ccode\u003eclone\u003c/code\u003e, \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003ehashCode\u003c/code\u003e, and \u003ccode\u003etoString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers a constructor \u003ccode\u003eOperationResult(StatusCode code, String errorDetail)\u003c/code\u003e to create an operation result, requiring both a status code and an error detail string.\u003c/p\u003e\n"],["\u003cp\u003eKey methods of the class include \u003ccode\u003egetCode()\u003c/code\u003e, which returns the operation's \u003ccode\u003eStatusCode\u003c/code\u003e, and \u003ccode\u003egetMessage()\u003c/code\u003e, which provides a detailed error message if present.\u003c/p\u003e\n"],["\u003cp\u003eThe class also overrides the \u003ccode\u003eequals\u003c/code\u003e, \u003ccode\u003ehashCode\u003c/code\u003e, and \u003ccode\u003etoString\u003c/code\u003e methods inherited from \u003ccode\u003eObject\u003c/code\u003e with their own logic.\u003c/p\u003e\n"]]],[],null,[]]