For more information on the search, visit the help page.
OperationErrorState
CANCELED
FAILED
nexusrpc
handler
_common
_serializer
_service
_util
Content
HandlerErrorType
LazyValue
Link
Operation
OperationDefinition
OperationInfo
OperationState
ServiceDefinition
HandlerError
OperationError
get_operation
get_service_definition
service
set_operation
InputT
OutputT
nexusrpc.OperationErrorState
class OperationErrorState(Enum):
View In Hierarchy
The state of an operation as described by an OperationError.
str
The operation was canceled.
'canceled'
The operation failed.
'failed'