• InfluxDB3.Client API
Show / Hide Table of Contents
  • InfluxDB3.Client
    • IInfluxDBClient
    • InfluxDBApiException
    • InfluxDBClient
    • InfluxDBPartialWriteException
    • InfluxDBPartialWriteException.LineError
  • InfluxDB3.Client.Config
    • ClientConfig
    • QueryOptions
    • WriteOptions
  • InfluxDB3.Client.Internal
    • TypeCasting
  • InfluxDB3.Client.Query
    • QueryType
  • InfluxDB3.Client.Write
    • PointData
    • PointDataValues
    • WritePrecision
    • WritePrecisionConverter

Class InfluxDBPartialWriteException

API exception with structured per-line details for v3 partial-write errors.

Inheritance
object
Exception
InfluxDBApiException
InfluxDBPartialWriteException
Implements
ISerializable
Inherited Members
InfluxDBApiException.HttpResponseMessage
InfluxDBApiException.Headers
InfluxDBApiException.StatusCode
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: InfluxDB3.Client
Assembly: InfluxDB3.Client.dll
Syntax
public class InfluxDBPartialWriteException : InfluxDBApiException, ISerializable

Properties

LineErrors

Structured line-level errors returned by the v3 write endpoint.

Declaration
public IReadOnlyList<InfluxDBPartialWriteException.LineError> LineErrors { get; }
Property Value
Type Description
IReadOnlyList<InfluxDBPartialWriteException.LineError>

Implements

ISerializable
In this article
Back to top Generated by DocFX