Title here
Summary here
Works as a source component for any errors. Another component can use this source to redirect errors into the error data flow.
Type | Description |
---|---|
bool |
If set to another error source, all message send to this source will redirected.
Type | Description |
---|---|
ErrorSource |
Serialized a row using the default json serialization
Type | Name | Description |
---|---|---|
T | row | The errorneous row |
Type | Description |
---|---|
string | The faulty row serialized as json or "null" if input is null |
Name | Description |
---|---|
T | Type of the row |
Sends the error message into the error data flow
Type | Name | Description |
---|---|---|
Exception | e | The exception message |
string | jsonRow | The serialized erroneous row |
string | errorContext | Additional error information |
string | sourceInfo | Additional source information |