Expand description
Error types for the kbd-global runtime.
Errors are scoped to the operation that produces them:
StartupError— manager construction and engine spawnRegisterError— binding registration (hotkeys, sequences, tap-hold)LayerError— layer definition and stack operationsQueryError— hotkey queries that accept parseable inputShutdownError— manager and engine shutdownManagerStopped— standalone error for simple queries with no domain failure modes
Structs§
- Manager
Stopped - The manager has been shut down or the engine thread has exited.
Enums§
- Layer
Error - Error returned when a layer operation fails.
- Query
Error - Error returned by query methods that accept parseable hotkey input.
- Register
Error - Error returned when registering a binding fails.
- Shutdown
Error - Error returned when shutting down the manager.
- Startup
Error - Error returned when starting the manager or spawning the engine.