FoxoChat.js Packages
Preparing search index...
foxochat.js
RESTHTTPError
Class RESTHTTPError
Represents a HTTP error.
Hierarchy (
View Summary
)
Error
RESTHTTPError
RESTAPIError
Index
Constructors
constructor
Properties
message
method
name
route
stack?
status
Constructors
constructor
new
RESTHTTPError
(
status
:
number
,
method
:
string
,
route
:
string
)
:
RESTHTTPError
Parameters
status
:
number
method
:
string
route
:
string
Returns
RESTHTTPError
Properties
message
message
:
string
method
method
:
string
name
name
:
string
route
route
:
string
Optional
stack
stack
?:
string
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
message
method
name
route
stack
status
FoxoChat.js Packages
Loading...
Represents a HTTP error.