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
,
Expand
)
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
@foxogram
api
API
AuthAPI
ChannelAPI
MessageAPI
UserAPI
api-types
ChannelType
ExceptionCodes
MemberPermissions
UserFlags
UserType
APIChannel
APIException
APIMember
APIMessage
APIOk
APIToken
APIUser
RESTDeleteAPIUserBody
RESTGetAPIMessageListQuery
RESTPatchAPIChannelBody
RESTPatchAPIMessageBody
RESTPatchAPIUserBody
RESTPostAPIAuthLoginBody
RESTPostAPIAuthRegisterBody
RESTPostAPIAuthResetPasswordBody
RESTPostAPIAuthResetPasswordConfirmBody
RESTPostAPIAuthVerifyEmailBody
RESTPostAPIChannelBody
RESTPostAPIMessageBody
RESTPostAPIUserDeleteConfirmBody
MemberKey
RESTDeleteAPIChannelLeaveResult
RESTDeleteAPIChannelResult
RESTDeleteAPIMessageResult
RESTDeleteAPIUserResult
RESTGetAPIChannelMemberResult
RESTGetAPIChannelMembersResult
RESTGetAPIChannelResult
RESTGetAPIMessageListResult
RESTGetAPIMessageResult
RESTGetAPIUserChannelsResult
RESTGetAPIUserResult
RESTPatchAPIChannelResult
RESTPatchAPIMessageResult
RESTPatchAPIUserResult
RESTPostAPIAuthLoginResult
RESTPostAPIAuthRegisterResult
RESTPostAPIAuthResendEmailResult
RESTPostAPIAuthResetPasswordConfirmResult
RESTPostAPIAuthResetPasswordResult
RESTPostAPIAuthVerifyEmailResult
RESTPostAPIChannelResult
RESTPostAPIMessageResult
RESTPostAPIUserDeleteConfirmResult
RESTPutAPIChannelJoinResult
UserKey
APIRoutes
RouteBases
UserMe
gateway
GatewayEvents
Gateway
MissingTokenError
NotConnectedError
GatewayEventsMap
GatewayOptions
HeartbeatStats
DefaultGatewayOptions
gateway-types
GatewayCloseCodes
GatewayDispatchEvents
GatewayOpcodes
GatewayDispatchMessage
GatewayHelloPayload
GatewayIdentifyPayload
GatewayMessage
GatewaySimpleMessage
GatewayClientboundMessage
GatewayClientboundOpcode
GatewayDispatchChannelCreateMessage
GatewayDispatchChannelCreatePayload
GatewayDispatchChannelDeleteMessage
GatewayDispatchChannelDeletePayload
GatewayDispatchChannelUpdateMessage
GatewayDispatchChannelUpdatePayload
GatewayDispatchMemberAddMessage
GatewayDispatchMemberAddPayload
GatewayDispatchMemberRemoveMessage
GatewayDispatchMemberRemovePayload
GatewayDispatchMemberUpdateMessage
GatewayDispatchMemberUpdatePayload
GatewayDispatchMessageCreateMessage
GatewayDispatchMessageCreatePayload
GatewayDispatchMessageDeleteMessage
GatewayDispatchMessageDeletePayload
GatewayDispatchMessageUpdateMessage
GatewayDispatchMessageUpdatePayload
GatewayHeartbeatAckMessage
GatewayHeartbeatMessage
GatewayHelloMessage
GatewayIdentifyMessage
GatewayServerboundMessage
GatewayServerboundOpcode
rest
RequestMethod
APIError
AuthEnforcedError
HTTPError
REST
InternalRequestOptions
RequestOptions
RESTOptions
RouteLike
DefaultRESTOptions
foxogram.js
Client
ClientOptions
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Represents a HTTP error.