Zamok Kiosk API
    Preparing search index...

    Variable loadSystemMessagesFailureConst

    loadSystemMessagesFailure: PayloadAC<
        "cpi/LOAD_SYSTEM_MESSAGES_FAILURE",
        { error: string; fetchedAt: string },
    > = ...

    Loads failed system messages response.

    {
    "type": "cpi/LOAD_SYSTEM_MESSAGES_FAILURE",
    "payload": {
    "error": "Unable to fetch system messages",
    "fetchedAt": "2026-06-18T10:00:00.000Z"
    }
    }