pushover-sdk
GitHub
NPM
Preparing search index...
PushoverError
Class PushoverError
The base class for all errors that this SDK might throw.
Hierarchy (
View Summary
)
Error
PushoverError
PushoverParameterError
PushoverResponseError
Index
Constructors
constructor
Properties
cause?
message
name
stack?
Constructors
constructor
new
PushoverError
(
message
:
string
,
cause
?:
unknown
)
:
PushoverError
Parameters
message
:
string
Optional
cause
:
unknown
Returns
PushoverError
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
GitHub
NPM
pushover-sdk
Loading...
The base class for all errors that this SDK might throw.