You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API now has quite nice handling of validation errors and it returns them as 400. We could add another TogglApiException that would encapsulate these errors with nicer message than now the generic Toggl's API server returned {} code with message: {}.
The text was updated successfully, but these errors were encountered:
API now has quite nice handling of validation errors and it returns them as 400. We could add another
TogglApiException
that would encapsulate these errors with nicer message than now the genericToggl's API server returned {} code with message: {}
.The text was updated successfully, but these errors were encountered: