Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make ErrorType enums compare as strings
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.
- Loading branch information