Skip to main content

Error information for failed insertions. More…

Properties

Uri WorkerUrl = null! [get]
 URL of the worker where the error occurred.
 
int RecordCount [get]
 Number of records in the failed batch.
 
string Message = string.Empty [get]
 Error message.
 
Exception? Exception [get]
 Exception that caused the error, if any.
 
DateTimeOffset Timestamp = DateTimeOffset.UtcNow [get]
 Timestamp when the error occurred.
 
int RetryAttempt [get]
 Retry attempt number when the error occurred.
 

Detailed Description

Error information for failed insertions.

Definition at line 91 of file IBatchInsertionListener.cs.

Property Documentation

◆ Exception

Exception kinetica.InsertError.Exception
get

Exception that caused the error, if any.

Definition at line 111 of file IBatchInsertionListener.cs.

◆ Message

string kinetica.InsertError.Message = string.Empty
get

Error message.

Definition at line 106 of file IBatchInsertionListener.cs.

◆ RecordCount

int kinetica.InsertError.RecordCount
get

Number of records in the failed batch.

Definition at line 101 of file IBatchInsertionListener.cs.

◆ RetryAttempt

int kinetica.InsertError.RetryAttempt
get

Retry attempt number when the error occurred.

Definition at line 121 of file IBatchInsertionListener.cs.

◆ Timestamp

DateTimeOffset kinetica.InsertError.Timestamp = DateTimeOffset.UtcNow
get

Timestamp when the error occurred.

Definition at line 116 of file IBatchInsertionListener.cs.

◆ WorkerUrl

Uri kinetica.InsertError.WorkerUrl = null!
get

URL of the worker where the error occurred.

Definition at line 96 of file IBatchInsertionListener.cs.


The documentation for this class was generated from the following files: