change `ErrorType` from an enum to a type hint and replace the enum members use cases with constants.
This avoids triggering an exception when returning a yaml response since the yaml renderer used by drf-spectacular does not handle enums by default fixes #98
G
ghazi committed
77c790f14ad212ae583f0661d5fc258f9c16af9a
Parent: 21304d9