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-08-07 UTC."],[[["This page details the `Error` class within the `CreateTimeSeriesSummary.Types` namespace, found in the `Google.Cloud.Monitoring.V3` library, and is currently showing version 2.3.0 with links to older versions."],["The `Error` class, which inherits from `Object` and implements multiple interfaces, is used to provide detailed information about a specific category of errors that have occurred."],["This class provides two public constructors: a default `Error()` constructor, and an `Error(CreateTimeSeriesSummary.Types.Error other)` constructor that takes another `Error` object as a parameter."],["The `Error` class includes properties such as `PointCount`, indicating how many data points couldn't be written due to a status, and `Status`, which represents the status of the write operation."],["It also details the inherited members from the `Object` base class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]