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
| get |
Exception that caused the error, if any.
Definition at line 111 of file IBatchInsertionListener.cs.
◆ Message
| get |
Error message.
Definition at line 106 of file IBatchInsertionListener.cs.
◆ RecordCount
| get |
Number of records in the failed batch.
Definition at line 101 of file IBatchInsertionListener.cs.
◆ RetryAttempt
| get |
Retry attempt number when the error occurred.
Definition at line 121 of file IBatchInsertionListener.cs.
◆ Timestamp
| get |
Timestamp when the error occurred.
Definition at line 116 of file IBatchInsertionListener.cs.
◆ WorkerUrl
| 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/BulkInserter/IBatchInsertionListener.cs
- Kinetica/BulkInserter/IBatchInsertionListener.cs