Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicit exception when Serialization fails. #55

Closed
csteppe-kx opened this issue Aug 19, 2021 · 0 comments
Closed

Explicit exception when Serialization fails. #55

csteppe-kx opened this issue Aug 19, 2021 · 0 comments
Labels
enhancement New feature or request interface change

Comments

@csteppe-kx
Copy link
Contributor

When serialization throws an exception only general C# exceptions are returned with a stack trace of internal methods within the c.cs file. This means little to the user and leads to time wasted debugging other non issues when in reality their payload could potentially contain invalid data. It is suggested to return a more explicit KException that describes the situation and contains the inner exception.

csteppe-kx added a commit to csteppe-kx/csharpkdb that referenced this issue Aug 19, 2021
@sshanks-kx sshanks-kx added enhancement New feature or request interface change labels Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request interface change
Projects
None yet
Development

No branches or pull requests

2 participants