yera.events.exceptions

Event-related exceptions.

Symbols

class UnsupportedAwaitUserBlockError — Raised when the built-in stream handler encounters an await_user block other than text input.

UnsupportedAwaitUserBlockError

Inherits: Exception

Raised when the built-in stream handler encounters an await_user block other than text input.

The built-in stream handler (used when the app is invoked directly, not via the stream server) only supports input_request. For buttons, slider, date picker forms, etc., run the app using the dev server (web UI) via the yera CLI.