Skip to content
Prompty

SessionWarningPayload

Payload for “session_warning” events.

---
title: SessionWarningPayload
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class SessionWarningPayload {
        +string warningType
        +string message
        +dictionary details
    }
warningType: remote
message: Remote session disabled
Name Type Description
warningType string Stable machine-readable warning category
message string Human-readable warning message
details dictionary Additional host-specific warning details