(Incoming) Warn

Usage

The "warn" event warns you if there are data processing problems (sending an event when there is no need, using an unauthorised event...)

WebSocket event

You will receive an event with the following name and data:

Event name: warn

No response required

Event data received

KeyTypeDescription
reasonstringWarn reason

Example

{
  "reason": "You sent an unnecessary event. Please fix it or you will be limited. (event name: contacts@add)"
}

What's next?

Powered by Doctave