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