Preparing search index...
The search index is not available
Foxogram.js Packages
Foxogram.js Packages
@foxogram/rest
HTTPError
Class HTTPError
Represents a HTTP error.
Hierarchy (
View Summary
)
Error
HTTPError
APIError
Index
Constructors
constructor
Properties
message
method
name
route
stack?
status
Constructors
constructor
new
HTTPError
(
status
:
number
,
method
:
string
,
route
:
string
)
:
HTTPError
Parameters
status
:
number
method
:
string
route
:
string
Returns
HTTPError
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
Foxogram.js Packages
Loading...
Represents a HTTP error.