[[["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."],[[["`StatusCode` is an enum representing the status of various index operations."],["There are seven predefined status codes: `CONCURRENT_TRANSACTION_ERROR`, `INTERNAL_ERROR`, `INVALID_REQUEST`, `OK`, `PERMISSION_DENIED_ERROR`, `TIMEOUT_ERROR`, and `TRANSIENT_ERROR`, which cover failures due to conflicts, internal errors, invalid parameters, lack of permission, timeouts, and transient errors respectively, while `OK` represents success."],["The `StatusCode` enum inherits several methods from the `Enum` and `Object` classes, such as `valueOf`, `clone`, `compareTo`, `equals`, `hashCode`, and `wait`."],["There are two available static methods: `valueOf(String name)` and `values()`, which can be used for different operations related to the enum."]]],[]]