Send feedback
google.appengine.api.search.OperationResult
Represents result of individual operation of a batch index or removal.
Inherits From: expected_type
View aliases
Main aliases
`google.appengine.api.search.search.OperationResult`
google . appengine . api . search . OperationResult (
code , message = None , id = None
)
This is an abstract class.
Args
code
The error or success code of the operation.
message
An error message associated with any error.
id
The id of the object some operation was performed on.
Raises
TypeError
If an unknown attribute is passed.
ValueError
If an unknown code is passed.
Attributes
code
Returns the code indicating the status of the operation.
id
Returns the Id of the object the operation was performed on.
message
Returns any associated error message if the operation was in error.
Class Variables
CONCURRENT_TRANSACTION
'CONCURRENT_TRANSACTION'
INTERNAL_ERROR
'INTERNAL_ERROR'
INVALID_REQUEST
'INVALID_REQUEST'
OK
'OK'
TIMEOUT
'TIMEOUT'
TRANSIENT_ERROR
'TRANSIENT_ERROR'
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
Need to tell us more?
[[["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-06-16 UTC."],[],[]]