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."],[[["This webpage details the `CreateTimeSeriesError` class, which is part of the Google Cloud Monitoring V3 library for .NET."],["The `CreateTimeSeriesError` class is now deprecated and was previously used for tracking the status of time series write operations."],["The page lists various versions of the Google.Cloud.Monitoring.V3 library, ranging from version 2.3.0 up to the latest version 3.15.0, each linking to the documentation for `CreateTimeSeriesError` within that specific release."],["The `CreateTimeSeriesError` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `Object` class."],["The `CreateTimeSeriesError` has two properties that are also deprecated, `Status` and `TimeSeries`, which was used to determine the status of the requested operation and to get the time series ID that resulted in the error, respectively."]]],[]]