We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should be handled explictly and we should not assume any InvalidCastException should return 409. Often times this is a 500 error.
InvalidCastException
JsonApiDotNetCore/src/JsonApiDotNetCore/Internal/JsonApiExceptionFactory.cs
Lines 14 to 20 in c2cb69f
The text was updated successfully, but these errors were encountered:
fix(#313): Do not return 409 for generic InvalidCastException
ee7d069
Merge pull request #375 from json-api-dotnet/fix/#313
a9c7ff9
No branches or pull requests
This should be handled explictly and we should not assume any
InvalidCastException
should return 409. Often times this is a 500 error.JsonApiDotNetCore/src/JsonApiDotNetCore/Internal/JsonApiExceptionFactory.cs
Lines 14 to 20 in c2cb69f
The text was updated successfully, but these errors were encountered: