public sealed class CreateTimeSeriesError : IMessage<CreateTimeSeriesError>, IEquatable<CreateTimeSeriesError>, IDeepCloneable<CreateTimeSeriesError>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateTimeSeriesError.
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 in the Google Cloud Monitoring v3 API is used to represent errors related to time series data, and is now deprecated."],["Version 3.15.0 is the latest available version of the `CreateTimeSeriesError` class within the provided API references."],["This class, found in the `Google.Cloud.Monitoring.V3` namespace, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains deprecated properties named `Status` and `TimeSeries`, which hold error status and the associated time series ID, respectively."],["The class `CreateTimeSeriesError` is created by two constructors, `CreateTimeSeriesError()` and `CreateTimeSeriesError(CreateTimeSeriesError other)`."]]],[]]