6
Server → Client
The command error
message is an error message sent by the server to the client as a response to a previously received message.
Property | Type | Description |
---|---|---|
type | 6 | The type of the WebSocket message, indicating a command error event. |
command | "getAddon" | "getAddons" | The command that this error is associated with. |
data | CommandErrorMessageData | An object containing the error message. |