DAXGRID/typesense-dotnet

When an unknown status code is hit... you get an unuseful exception

Closed this issue · 2 comments

Would it be possible to change this to expose the code and message?

_ => throw new ArgumentException($"Could not convert statuscode {Enum.GetName(statusCode)}.")

Hi @jonathan-rvezy, yes, I'll take a look at this, this week.

Also, do you know what status code you are getting? I am asking so that I can also add support for that.

// Rune

@jonathan-rvezy this has been fixed in #228