Class WriteErrorEvent
Inheritance
System.Object
WriteErrorEvent
Assembly: InfluxDB.Client.dll
Syntax
public class WriteErrorEvent : AbstractWriteEvent
Constructors
WriteErrorEvent(String, String, WritePrecision, String, Exception)
Declaration
public WriteErrorEvent(string organization, string bucket, WritePrecision precision, string lineProtocol, Exception exception)
Parameters
Type |
Name |
Description |
System.String |
organization |
|
System.String |
bucket |
|
WritePrecision |
precision |
|
System.String |
lineProtocol |
|
Exception |
exception |
|
Properties
Exception
The exception that was throw.
Declaration
public Exception Exception { get; }
Property Value
Type |
Description |
Exception |
|
Methods
Get headers from the nested exception.
Declaration
public IEnumerable<HeaderParameter> GetHeaders()
Returns
Type |
Description |
IEnumerable<HeaderParameter> |
|