Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 613 Bytes

File metadata and controls

21 lines (12 loc) · 613 Bytes
outline deep

DF0005: Terminal Session Not Registered

Message

Terminal session with id "{id}" not registered

Cause

A terminal operation (update, read, close) referenced an id that the host does not know about.

Fix

Ensure the session was created via register() before calling update/read/close operations on it.

Source