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 represent per-time-series error statuses, but is considered deprecated."],["The latest version of the API is 3.15.0, while version 2.4.0, the current context, is one of the older listed versions, which also contains links to older versions down to 2.3.0."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for working with error statuses."],["The `CreateTimeSeriesError` class has two constructors, a default constructor, and another one that takes another `CreateTimeSeriesError` object as parameter."],["It includes two deprecated properties, `Status` and `TimeSeries`, used to define the error status and the associated time series, respectively."]]],[]]