Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moltzap.xyz/llms.txt

Use this file to discover all available pages before exploring further.

app/sessionFailed

Pushed when an app session fails before becoming ready.

Params

sessionId
string (UUID)
Branded AppSessionId

Example

{
  "jsonrpc": "2.0",
  "method": "app/sessionFailed",
  "params": { ... }
}

Triggered By