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 latest version available is 3.15.0, with a range of versions from 3.0.0 to 3.15.0, along with some older versions in the 2's available for the user."],["This documentation describes the `Error` class within the `Google.Cloud.Monitoring.V3` namespace, specifically `CreateTimeSeriesSummary.Types.Error`."],["The `Error` class provides detailed information about an error category related to time series data, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Error` class includes two properties: `PointCount`, which indicates the number of points that failed to write due to a specific status, and `Status`, which provides the status of the write operation."],["There are two constructors available, the first being the default `Error()`, and the second `Error(CreateTimeSeriesSummary.Types.Error other)` taking in a `CreateTimeSeriesSummary.Types.Error` as a parameter."]]],[]]