RequestError
Defined in: src/packets/RequestError.ts:8
Sent by the server when an error occurs.
https://docs.reconnected.cc/chatbox/websocket.html#error-packet
Extends
Section titled “Extends”Properties
Section titled “Properties”error:
string
Defined in: src/packets/RequestError.ts:12
The type of error that occurred.
id:
undefined
|number
Defined in: src/packets/RequestError.ts:9
message
Section titled “message”message:
string
Defined in: src/packets/RequestError.ts:15
A human-readable message describing the error.
ok:
boolean
Defined in: src/packets/Data.ts:2
Inherited from
Section titled “Inherited from”type:
string
Defined in: src/packets/Data.ts:3