[[["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 2023-04-26 UTC."],[[["`PutResult` represents the outcome of indexing a single object, inheriting from `OperationResult` and `expected_type`."],["It can be initialized with a `code`, optional `message`, and optional `id`, representing the success/error status, error details, and the object's identifier, respectively."],["It can raise `TypeError` if an unrecognized attribute is given or `ValueError` if an unrecognized code is passed to it."],["It has attributes `code`, `id`, and `message` that return the operation's status, object identifier, and any error message."],["The class has variables that have strings representing possible results of an operation, including `CONCURRENT_TRANSACTION`, `INTERNAL_ERROR`, `INVALID_REQUEST`, `OK`, `TIMEOUT`, and `TRANSIENT_ERROR`."]]],[]]