Service Control v1 API - Class ReportResponse.Types.ReportError (2.3.0)

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

Reference documentation and code samples for the Service Control v1 API class ReportResponse.Types.ReportError.

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(ReportError)

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

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