We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c4c3a commit fda7ab4Copy full SHA for fda7ab4
autobahn/autobahn/wamp/exception.py
@@ -124,6 +124,11 @@ class ApplicationError(Error):
124
A Broker could not perform a unsubscribe, since the given subscription is not active.
125
"""
126
127
+ NO_SUCH_SESSION = u"wamp.error.no_such_session"
128
+ """
129
+ A router could not perform an operation, since a session ID specified was non-existant.
130
131
+
132
INVALID_ARGUMENT = u"wamp.error.invalid_argument"
133
134
A call failed, since the given argument types or values are not acceptable to the
0 commit comments