SessionWarningPayload
Payload for “session_warning” events.
Class Diagram
Section titled “Class Diagram”---
title: SessionWarningPayload
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class SessionWarningPayload {
+string warningType
+string message
+dictionary details
}
Yaml Example
Section titled “Yaml Example”warningType: remotemessage: Remote session disabledProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| warningType | string | Stable machine-readable warning category |
| message | string | Human-readable warning message |
| details | dictionary | Additional host-specific warning details |