Kinetica   C#   API  Version 7.2.3.1
InsertError Class Reference

Error information for failed insertions. More...

Properties

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

Detailed Description

Error information for failed insertions.

Definition at line 93 of file IBatchInsertionListener.cs.

Property Documentation

◆ Exception

Exception? InsertError.Exception
get

Exception that caused the error, if any.

Definition at line 113 of file IBatchInsertionListener.cs.

◆ Message

string InsertError.Message = string.Empty
get

Error message.

Definition at line 108 of file IBatchInsertionListener.cs.

◆ RecordCount

int InsertError.RecordCount
get

Number of records in the failed batch.

Definition at line 103 of file IBatchInsertionListener.cs.

◆ RetryAttempt

int InsertError.RetryAttempt
get

Retry attempt number when the error occurred.

Definition at line 123 of file IBatchInsertionListener.cs.

◆ Timestamp

DateTimeOffset InsertError.Timestamp = DateTimeOffset.UtcNow
get

Timestamp when the error occurred.

Definition at line 118 of file IBatchInsertionListener.cs.

◆ WorkerUrl

Uri InsertError.WorkerUrl = null!
get

URL of the worker where the error occurred.

Definition at line 98 of file IBatchInsertionListener.cs.


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