Stefan Agner c6a8301704
feat: make ErrorType enums compare as strings (#269)
The DBusError exception stores the error type as string. This makes the
exception not directly compare to the ErrorType members (for example
DBusError(ErrorType.FAILED, "").type != ErrorType.FAILED). This makes
ErrorType also a string to make this comparision work.
2023-11-22 09:26:11 +01:00
..
2022-09-09 08:37:05 -05:00
2022-09-09 08:37:05 -05:00
2022-09-09 08:43:26 -05:00