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."],[[["This webpage details the `Error` class within the `CreateTimeSeriesSummary.Types` namespace, used for handling error categories in Google Cloud Monitoring V3."],["The latest version of the documentation is 3.15.0, and the page provides links to prior versions down to version 2.3.0 for reference, covering a variety of different versions."],["The `Error` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its versatility."],["The `Error` class has two constructors: a default constructor and one that takes another `CreateTimeSeriesSummary.Types.Error` instance as a parameter to create a copy."],["The `Error` class exposes two main properties, `PointCount` which indicates the number of points that failed to be written, and `Status` which provides the actual error status."]]],[]]