Class CreateTimeSeriesSummary.Types.Error (3.0.0)

public sealed class Error : IMessage<CreateTimeSeriesSummary.Types.Error>, IEquatable<CreateTimeSeriesSummary.Types.Error>, IDeepCloneable<CreateTimeSeriesSummary.Types.Error>, IBufferMessage, IMessage

Detailed information about an error category.

Inheritance

Object > CreateTimeSeriesSummary.Types.Error

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

Error()

public Error()

Error(CreateTimeSeriesSummary.Types.Error)

public Error(CreateTimeSeriesSummary.Types.Error other)
Parameter
NameDescription
otherCreateTimeSeriesSummary.Types.Error

Properties

PointCount

public int PointCount { get; set; }

The number of points that couldn't be written because of status.

Property Value
TypeDescription
Int32

Status

public Status Status { get; set; }

The status of the requested write operation.

Property Value
TypeDescription
Status