public sealed class CreateTimeSeriesError : IMessage<CreateTimeSeriesError>, IEquatable<CreateTimeSeriesError>, IDeepCloneable<CreateTimeSeriesError>, IBufferMessage, IMessage
DEPRECATED. Used to hold per-time-series error status.
[[["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-04-17 UTC."],[[["The webpage details the `CreateTimeSeriesError` class within the `Google.Cloud.Monitoring.V3` namespace, spanning multiple versions, with version 3.15.0 being the latest."],["`CreateTimeSeriesError` is a deprecated class used to track errors per time series, implementing interfaces like `IMessage` and `IEquatable`."],["The class includes properties such as `Status` and `TimeSeries`, both of which are also deprecated and used to hold error status and the associated time series ID."],["The class `CreateTimeSeriesError` inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors for `CreateTimeSeriesError`, one that is parameterless and one that takes a `CreateTimeSeriesError` object."]]],[]]