()
| 22 | * an open session before dispatching. |
| 23 | */ |
| 24 | export function noActiveSessionError(): DaemonFailureResponse { |
| 25 | return errorResponse('SESSION_NOT_FOUND', NO_ACTIVE_SESSION_MESSAGE); |
| 26 | } |
| 27 | |
| 28 | /** |
| 29 | * Capability guard: returns an `UNSUPPORTED_OPERATION` failure when `command` is not |
no test coverage detected