Skip to content

Make Error Reporting More Customizable #284

@iamwyza

Description

@iamwyza

Presently there are 3 options with errors, IgnoreAndContinue, SaveAndContinue, And ThrowException. I'd like to propose a 4th option or at least a variant of the SaveAndContinue option.

The messages produced by SaveAndContinue are perfectly fine for a technical person who has an understanding of the code, but less so for end users. I'd like to still have SaveAndContinue as an option so that I have access to the Row's information and error information, but I'd like to have the column that was the culprit in the ErrorInfo data so that I can construct my own message about the error that is written in an end user acceptable way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions