Skip to content

Commit

Permalink
feat: resync generic D-Bus errors (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Feb 24, 2025
1 parent 5f26f5d commit e4f37ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dbus_fast/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,14 @@ class ErrorType(str, Enum):
UNIX_PROCESS_ID_UNKNOWN = "org.freedesktop.DBus.Error.UnixProcessIdUnknown"
INVALID_SIGNATURE = "org.freedesktop.DBus.Error.InvalidSignature"
INCONSISTENT_MESSAGE = "org.freedesktop.DBus.Error.InconsistentMessage"
TIMED_OUT = "org.freedesktop.DBus.Error.TimedOut"
MATCH_RULE_NOT_FOUND = "org.freedesktop.DBus.Error.MatchRuleNotFound"
MATCH_RULE_INVALID = "org.freedesktop.DBus.Error.MatchRuleInvalid"
INTERACTIVE_AUTHORIZATION_REQUIRED = (
"org.freedesktop.DBus.Error.InteractiveAuthorizationRequired"
)
INVALID_FILE_CONTENT = "org.freedesktop.DBus.Error.InvalidFileContent"
SELINUX_SECURITY_CONTEXT_UNKNOWN = (
"org.freedesktop.DBus.Error.SELinuxSecurityContextUnknown"
)
OBJECT_PATH_IN_USE = "org.freedesktop.DBus.Error.ObjectPathInUse"

0 comments on commit e4f37ee

Please sign in to comment.