notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
181 stars 44 forks source link

Is there a way to get API error codes aside from the logger? #386

Closed chinnuu05 closed 11 months ago

chinnuu05 commented 11 months ago

Is it possible to get API errors returned when I call functions like UpdateAsync() or no?

I'm getting a lot of 502 Bad Gateway and 409 Conflict_erorrs when I send requests too fast. I thought there was an error code specific for rate limiting?