public sealed class Error : IMessage<CreateTimeSeriesSummary.Types.Error>, IEquatable<CreateTimeSeriesSummary.Types.Error>, IDeepCloneable<CreateTimeSeriesSummary.Types.Error>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The page documents the `Error` class within the `CreateTimeSeriesSummary.Types` namespace, used for detailed information about an error category."],["This class is part of the `Google.Cloud.Monitoring.V3` library in the .NET environment, specifically found in the `Google.Cloud.Monitoring.V3.dll` assembly."],["The class offers two constructors, `Error()` and `Error(CreateTimeSeriesSummary.Types.Error other)`, for creating instances."],["The `Error` class has two main properties: `PointCount`, an integer representing the number of failed write points, and `Status`, which holds the status of the write operation."],["The latest documented version is 3.15.0, with versions ranging down to 2.3.0, and the current page is specifically for the details of version 2.6.0."]]],[]]