phoenix-websocket
Preparing search index...
PhoenixError
Class PhoenixError
Abstract
Base class for all phoenix-websocket error types.
Hierarchy (
View Summary
)
Error
PhoenixError
PhoenixInvalidTopicError
PhoenixInvalidStateError
PhoenixConnectionError
PhoenixInternalServerError
PhoenixRespondedWithError
PhoenixDisconnectedError
PhoenixTimeoutError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Constructors
constructor
new
PhoenixError
(
message
?:
string
)
:
PhoenixError
Parameters
Optional
message
:
string
Returns
PhoenixError
new
PhoenixError
(
message
?:
string
,
options
?:
ErrorOptions
)
:
PhoenixError
Parameters
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
PhoenixError
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...
Base class for all phoenix-websocket error types.