Deny
autogen.beta.network.hub.arbiter.Deny dataclass #
Deny(reason, error=AccessDeniedError)
Decision: the action is not permitted.
error selects which :class:NetworkError subclass the hub raises (defaults to :class:AccessDeniedError). reason is the human-readable message.