|
Kinetica C# API
Version 7.2.3.1
|
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... | |
Error information for failed insertions.
Definition at line 93 of file IBatchInsertionListener.cs.
|
get |
Exception that caused the error, if any.
Definition at line 113 of file IBatchInsertionListener.cs.
|
get |
Error message.
Definition at line 108 of file IBatchInsertionListener.cs.
|
get |
Number of records in the failed batch.
Definition at line 103 of file IBatchInsertionListener.cs.
|
get |
Retry attempt number when the error occurred.
Definition at line 123 of file IBatchInsertionListener.cs.
|
get |
Timestamp when the error occurred.
Definition at line 118 of file IBatchInsertionListener.cs.
|
get |
URL of the worker where the error occurred.
Definition at line 98 of file IBatchInsertionListener.cs.