[[["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."],[[["`SearchBaseException` is a Java exception class indicating a failure within a search service."],["It extends `RuntimeException`, meaning it's an unchecked exception that does not need to be declared in the `throws` clause of a method."],["The `SearchBaseException` constructor takes an `OperationResult` as a parameter, which details the error code and message associated with the search service failure."],["The `getOperationResult()` method is available to retrieve the `OperationResult` object, providing access to the error code and detailed message about the failure."]]],[]]