phoenix-websocket
Preparing search index...
PhoenixInvalidTopicError
Class PhoenixInvalidTopicError
Thrown when you try to interact with a topic that you are not currently subscribed to.
Hierarchy (
View Summary
)
PhoenixError
PhoenixInvalidTopicError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Constructors
constructor
new
PhoenixInvalidTopicError
(
topic
?:
string
)
:
PhoenixInvalidTopicError
Parameters
Optional
topic
:
string
Returns
PhoenixInvalidTopicError
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
name
name
:
string
Optional
stack
stack
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
message
name
stack
phoenix-websocket
Loading...
Thrown when you try to interact with a topic that you are not currently subscribed to.