new DebugInformation()
Meta-information for the call, availability depends on the allowed debug options for the authenticated user,
and which information is requested in client. Notice that Client side and Server side might have wildly differing
ideas of what the time is, which means that timestamps comparison between Server and Client must be evaluated
with massive interpretation.
- Source:
Members
clientMessageReceived :number
From server, only if debug:
Type:
- number
- Source:
clientMessageSent :number
From client: When the message was sent, millis-from-epoch.
Type:
- number
- Source:
description :string
From server: Description if anything didn't go as expected.
Type:
- string
- Source:
requestedDebugOptions :number
From client: What DebugOptions (bitfield) was requested by the client of when message was sent.
Type:
- number
- Source:
resolvedDebugOptions :number
From server: What DebugOptions (bitfield) was resolved/given by the server, based on the
DebugInformation#requestedDebugOptions and authorization.
Type:
- number
- Source: