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 `CreateTimeSeriesError` class, found in the `Google.Cloud.Monitoring.V3` namespace, is used to manage per-time-series error statuses."],["This class is deprecated and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.15.0, with numerous earlier versions listed, down to version 2.3.0."],["`CreateTimeSeriesError` contains two deprecated properties: `Status`, indicating the write operation's status, and `TimeSeries`, representing the ID of the time series associated with the error."],["This class can be instantiated with the `CreateTimeSeriesError()` constructor, or it can be created from another object of its type with `CreateTimeSeriesError(CreateTimeSeriesError other)`."]]],[]]