Type Alias Debug

Debug: { code: number; description: string; type: "debug" }

DebugEvents are effectively statuses returned by the server that were ignored by the client. The code and description indicate the server specified code and description.

Type declaration

  • code: number
  • description: string
  • type: "debug"