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."],[[["This webpage provides reference documentation for the `CreateTimeSeriesError` class within the Google Cloud Monitoring v3 API, specifically for .NET developers."],["The `CreateTimeSeriesError` class is used to handle errors related to write operations for time series data, but it is currently marked as deprecated."],["The documentation covers a range of versions for `CreateTimeSeriesError`, spanning from version 2.3.0 up to the latest 3.15.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited methods from the base `object` class."],["Key properties of `CreateTimeSeriesError` are `Status`, which reflects the error status of the operation, and `TimeSeries`, which identifies the time series associated with the error."]]],[]]