Class ReportResponse.Types.ReportError (2.0.0)

public sealed class ReportError : IMessage<ReportResponse.Types.ReportError>, IEquatable<ReportResponse.Types.ReportError>, IDeepCloneable<ReportResponse.Types.ReportError>, IBufferMessage, IMessage

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

Inheritance

Object > ReportResponse.Types.ReportError

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

ReportError()

public ReportError()

ReportError(ReportResponse.Types.ReportError)

public ReportError(ReportResponse.Types.ReportError other)
Parameter
NameDescription
otherReportResponse.Types.ReportError

Properties

OperationId

public string OperationId { get; set; }

The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.

Property Value
TypeDescription
String

Status

public Status Status { get; set; }

Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].

Property Value
TypeDescription
Status