Command Error Message

Type: 6

Direction: 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.

Model

PropertyTypeDescription
type6The type of the WebSocket message, indicating a command error event.
command"getAddon" | "getAddons"The command that this error is associated with.
dataCommandErrorMessageDataAn object containing the error message.