[[["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-03-05 UTC."],[[["`OperationResult` is a class that represents the result of an operation within the search service and implements the `Serializable` interface."],["It inherits from the `Object` class, inheriting methods like `clone`, `equals`, `hashCode`, and `toString`."],["The class offers a constructor `OperationResult(StatusCode code, String errorDetail)` to create an operation result, requiring both a status code and an error detail string."],["Key methods of the class include `getCode()`, which returns the operation's `StatusCode`, and `getMessage()`, which provides a detailed error message if present."],["The class also overrides the `equals`, `hashCode`, and `toString` methods inherited from `Object` with their own logic."]]],[]]