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 now deprecated and is used to report status errors for individual time series."],["The `CreateTimeSeriesError` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The most current version of the API is 3.15.0 and there are several older versions of the API listed on this page, all the way back to 2.3.0."],["The `CreateTimeSeriesError` class has two deprecated properties: `Status`, indicating the write operation's outcome, and `TimeSeries`, identifying the time series involved in the error."],["The `CreateTimeSeriesError` class has two constructors: one empty and the other that takes another instance of the same class as a parameter."]]],[]]