Class ReportError (1.5.2)

ReportError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the processing error of one Operation][google.api.servicecontrol.v1.Operation] in the request.

Attributes

NameDescription
operation_id str
The `Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id]` value from the request.
status google.rpc.status_pb2.Status
Details of the error when processing the `Operation][google.api.servicecontrol.v1.Operation]`.

Inheritance

builtins.object > proto.message.Message > ReportError