GamendWeb.Schemas.ClientLogResult (gamend_web v1.0.1216)

Copy Markdown View Source

What the server did with a batch.

dropped is the honest count, covering both entries the client never sent (a gap in its sequence) and entries this call discarded. A client that sees it climb is losing logs and should flush more often.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GamendWeb.Schemas.ClientLogResult{
  accepted: term(),
  client_session_id: term(),
  dropped: term(),
  errors: term()
}

Functions

schema()

Callback implementation for OpenApiSpex.Schema.schema/0.