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
Status Code: 400
Reason: Bad Request
HTTP response body: {"categories":{"0":["\"{'value': 'ats'}\" is not a valid choice."]}}
I have not found the way to use properly the CategoriesEnum class. I tried things like CategoriesEnum.ATS, CategoriesEnum('ats'), CategoriesEnum().ATS and I always get the above error.
I am using the latest library version: 2.2.9
The text was updated successfully, but these errors were encountered:
This code
Raises this error:
I have not found the way to use properly the
CategoriesEnum
class. I tried things likeCategoriesEnum.ATS
,CategoriesEnum('ats')
,CategoriesEnum().ATS
and I always get the above error.I am using the latest library version:
2.2.9
The text was updated successfully, but these errors were encountered: